mirror of
https://github.com/yv1ing/gin-admin.git
synced 2025-10-24 10:12:05 +08:00
13 lines
191 B
TOML
13 lines
191 B
TOML
# 系统运行设置
|
|
ListenHost = "127.0.0.1"
|
|
ListenPort = 8888
|
|
SecretKey = ""
|
|
RootName = "root"
|
|
RootPass = "123456"
|
|
|
|
[Mysql]
|
|
Host = ""
|
|
Port = 3306
|
|
Username = ""
|
|
Password = ""
|
|
Database = "ga" |