mirror of https://gitee.com/karson/fastadmin.git
增加 env 参考配置
parent
3fac3ae3c3
commit
29935d481e
|
|
@ -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