1234567891011121314151617181920212223 |
- server:
- host: 127.0.0.1
- port: 7696
- rpc_port: 8696
- mysql:
- address: root:123456@/dbname?charset=utf8&parseTime=True&loc=Local
- redis:
- master:
- address: localhost:6379
- slave:
- address: localhost:6379
- #log:
- # path: /var/log/example/log.log
- file:
- path: /data/file
- host: http://file.example.com/
- token_key: 394133ac-a634-479c-9080-284e050123465
- runmode: dev
|