config.yaml 181 B

123456789
  1. http:
  2. addr: 0.0.0.0:8000
  3. timeout: 1000ms
  4. mysql:
  5. driver: mysql
  6. source: root:123456@tcp(127.0.0.1:3306)/test
  7. mongo:
  8. uri: mongodb://127.0.0.1:3717/admin
  9. database: test