123456789101112131415161718192021 |
- [app]
- debug = false
- trace = false
- [database]
- hostname = 127.0.0.1
- database = fastadmin
- username = root
- password = root
- hostport = 3306
- prefix = fa_
- [redis]
- password=123456
- prefix=videopoint
- [sms]
- testcode=1111
- [company_wechat]
- webhook=
|