mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-07 12:38:11 +08:00
17 lines
178 B
Plaintext
17 lines
178 B
Plaintext
[app]
|
|
debug=true
|
|
trace=true
|
|
|
|
[mysql]
|
|
hostname=127.0.0.1
|
|
database=admin_dv
|
|
username=root
|
|
password=root
|
|
hostport=3306
|
|
prefix=
|
|
|
|
[redis]
|
|
host=127.0.0.1
|
|
password=""
|
|
port=6379
|
|
select=0 |