template_example.yaml 362 B

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