chuanyue-service/app.toml
2024-05-21 18:01:50 +08:00

13 lines
328 B
TOML

[server]
name = "chuanyue-server"
port = 8000
debug = true
[logger]
dir = ".logger"
prefix = "tower_defense_server"
level = "DEBUG"
[database]
url = "postgres://lyj:1325479Lyj!@47.95.198.7:13207/demo_rs"
options = { min_conns = 10, max_conns = 20, conn_timeout = 30, idle_timeout = 300, max_lifetime = 60, sql_logging = true }