mirror of
https://gitee.com/johng/gf
synced 2026-07-06 13:42:46 +08:00
15 lines
329 B
TOML
15 lines
329 B
TOML
|
|
# MySQL数据库配置
|
|
[database]
|
|
[[database.default]]
|
|
host = "127.0.0.1"
|
|
port = "3306"
|
|
user = "root"
|
|
pass = "12345678"
|
|
name = "test"
|
|
type = "mysql"
|
|
role = "master"
|
|
debug = "true"
|
|
weight = "1"
|
|
charset = "utf8"
|