go20/day07/example/etc/application.toml

12 lines
200 B
TOML
Raw Normal View History

2026-03-15 10:51:16 +08:00
[datasource]
host = "127.0.0.1"
port = 3306
database = "go20"
username = "root"
password = "123456"
[http]
# HTTP服务Host
host = "127.0.0.1"
# HTTP服务端口
port = 8010