1234567891011121314151617181920212223 |
- server:
- host: 127.0.0.1
- port: 7696
- mysql:
- address: shopperthree:U4r6u*j0deCqHN3y@tcp(wzkj.pc:3306)/shopperthree?charset=utf8&parseTime=True&loc=Local
- # address: tangs:123456@tcp(local.pc:3306)/shopperthree?charset=utf8&parseTime=True&loc=Local
- redis:
- master:
- address: localhost:6379
- slave:
- address: localhost:6379
- #log:
- # path: /Users/lvxiaorun/log/groupdef.log
- file:
- path: .
- host: http://file.dianxiaosa.com/
- token_key: 3946f3ac-a634-479c-9080-284e050a12a3
- runmode: dev
|