12345678910111213141516171819202122232425262728293031 |
- # https://goframe.org/docs/web/server-config-file-template
- server:
- address: ":8000"
- openapiPath: "/api.json"
- swaggerPath: "/swagger"
- # https://goframe.org/docs/core/glog-config
- logger:
- level: "all"
- stdout: true
- # https://goframe.org/docs/core/gdb-config-file
- database:
- logger:
- - path: "./log/sql"
- level: "all"
- stdout: true
- default:
- link: "mysql:jianyu:Topnet123@tcp(172.20.45.129:4000)/jyactivities"
- dryRun: false
- debug: true
- cadmin:
- link: "mysql:jianyu:Topnet123@tcp(172.20.45.129:4000)/cadmin"
- debug: true
- jy_prize:
- 14: "3-7#1#0" #超级订阅周卡
- 15: "2-1#1#3800" #超级订阅月卡
- 16: "4-1#1#9900" #超级订阅季卡
- # 17: "" #超级订阅年卡
- 18: "120" #剑鱼币
- #剑鱼奖品对应配置
|