mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-09 23:52:26 +08:00
18 lines
257 B
TOML
18 lines
257 B
TOML
http_port = 9001
|
|
|
|
[logger]
|
|
level = "DEBUG"
|
|
method = "CONSOLE"
|
|
track_line = true
|
|
|
|
[air]
|
|
addr = "air"
|
|
port = 8086
|
|
service_name = "water-auth"
|
|
|
|
[database]
|
|
url = "root:flswld@(mysql:3306)/annie_water?charset=utf8&parseTime=True&loc=Local"
|
|
|
|
[light]
|
|
port = 10002
|