You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
625 B

  1. # https://goframe.org/docs/web/server-config-file-template
  2. server:
  3. address: ":8080"
  4. # https://goframe.org/docs/core/glog-config
  5. logger:
  6. level : "all"
  7. stdout: true
  8. # https://goframe.org/docs/core/gdb-config-file
  9. database:
  10. default:
  11. link: "mysql:live:p4jMAMShNM8HTrbX@tcp(39.101.133.168:3306)/live?charset=utf8mb4&parseTime=True&loc=Local"
  12. debug: true
  13. cms:
  14. link: "mysql:cms:AF42R3ib6YkFaemm@tcp(39.101.133.168:3306)/cms?charset=utf8mb4&parseTime=True&loc=Local"
  15. debug: true
  16. # https://goframe.org/docs/core/gredis-config-file
  17. redis:
  18. default:
  19. address: "127.0.0.1:6379"
  20. password: ""
  21. db: 0