Skip to content
Snippets Groups Projects
Commit bca7301b authored by Ming Deng's avatar Ming Deng
Browse files

Remove chinese comment —— copy from example...

parent 9c3d1905
No related branches found
No related tags found
No related merge requests found
...@@ -53,10 +53,8 @@ func init() { ...@@ -53,10 +53,8 @@ func init() {
* you should config "accesslog" in service's config to tell the filter where store the access log. * you should config "accesslog" in service's config to tell the filter where store the access log.
* for example: * for example:
* "UserProvider": * "UserProvider":
# 可以指定多个registry,使用逗号隔开;不指定默认向所有注册中心注册
registry: "hangzhouzk" registry: "hangzhouzk"
protocol : "dubbo" protocol : "dubbo"
# 相当于dubbo.xml中的interface
interface : "com.ikurento.user.UserProvider" interface : "com.ikurento.user.UserProvider"
... # other configuration ... # other configuration
accesslog: "/your/path/to/store/the/log/", # it should be the path of file. accesslog: "/your/path/to/store/the/log/", # it should be the path of file.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment