mirror of https://gitee.com/karson/fastadmin.git
增加 env 配置示例
parent
afbe9d2770
commit
37fce92178
|
|
@ -0,0 +1,11 @@
|
|||
[app]
|
||||
debug = false
|
||||
trace = false
|
||||
|
||||
[database]
|
||||
hostname = 127.0.0.1
|
||||
database = fastadmin
|
||||
username = root
|
||||
password = root
|
||||
hostport = 3306
|
||||
prefix = fa_
|
||||
Loading…
Reference in New Issue