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

Comment the example

parent 0014edd1
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ registries :
username: ""
password: ""
# special your filter. for example, you wish to use the access log filter
filter: "accesslog"
# config your filter. for example, you wish to use the access log filter
#filter: "accesslog"
services:
"UserProvider":
......@@ -39,8 +39,8 @@ services:
warmup: "100"
cluster: "failover"
# config the path to access log file. The value can be "true" or "default" which means that the access log will be log in general log file (which config in log.yml)
accesslog: "/path/to/your/accesslog/file"
# config the path to access log file. The value can be "true" or "default" which means that the access log will be log in general log file (which config in log.yml)
# accesslog: "/path/to/your/accesslog/file"
methods:
- name: "GetUser"
......
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