passport.yaml 483 B

12345678910111213141516171819202122
  1. server:
  2. host: 127.0.0.1
  3. port: 10001
  4. mysql:
  5. address: root:123456@tcp(127.0.0.1:3306)/shopperthree?charset=utf8&parseTime=True&loc=Local
  6. # address: tangs:123456@tcp(local.pc:3306)/shopperthree?charset=utf8&parseTime=True&loc=Local
  7. redis:
  8. master:
  9. address: localhost:6379
  10. slave:
  11. address: localhost:6379
  12. #log:
  13. # path: /Users/lvxiaorun/log/groupdef.log
  14. file:
  15. path: .
  16. host: http://file.dianxiaosa.com/
  17. token_key: 3946f3ac-a634-479c-9080-284e050a12a3
  18. runmode: dev