mirror of
https://gitee.com/johng/gf
synced 2026-06-23 00:20:43 +08:00
18 lines
306 B
TOML
18 lines
306 B
TOML
|
|
# MySQL数据库配置
|
|
[database]
|
|
debug = true
|
|
link = "mysql:root:12345678@tcp(127.0.0.1:3306)/test?parseTime=true&loc=Local"
|
|
MaxOpen = 100
|
|
|
|
#[database]
|
|
# [[database.default]]
|
|
# type = "mysql"
|
|
# link = "root:12345678@tcp(127.0.0.1:3306)/test?parseTime=true&loc=Local"
|
|
#
|
|
|
|
|
|
|
|
|
|
|