config_test.yaml 260 B

1234567891011121314
  1. # 基础配置
  2. app:
  3. port: 8000
  4. database:
  5. driver: mysql
  6. source: root:123456@tcp(127.0.0.1:3306)/gin-pathway?charset=utf8mb4&parseTime=True&loc=Local
  7. redis:
  8. addr: localhost:6379
  9. password:
  10. db: 0
  11. log:
  12. format: json
  13. level: debug
  14. report_caller: true