Files
atom/config.toml
2023-01-29 17:21:01 +08:00

22 lines
240 B
TOML

[App]
Mode = "debug"
[Http]
Static = "./dist"
Https = false
HttpsCert = ""
HttpKey = ""
Port = 8088
[Log]
Level = "debug"
[Database]
[Database.MySQL]
Host = "localhost"
Port = 3306
Database = "demos"
Username = "root"
Password = "root"