passport_example.yaml 379 B

1234567891011121314151617181920212223
  1. server:
  2. host: 127.0.0.1
  3. port: 7696
  4. rpc_port: 8696
  5. mysql:
  6. address: root:123456@/dbname?charset=utf8&parseTime=True&loc=Local
  7. redis:
  8. master:
  9. address: localhost:6379
  10. slave:
  11. address: localhost:6379
  12. #log:
  13. # path: /var/log/example/log.log
  14. file:
  15. path: /data/file
  16. host: http://file.example.com/
  17. token_key: 394133ac-a634-479c-9080-284e050123465
  18. runmode: dev