mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-17 14:22:26 +08:00
init commit
This commit is contained in:
17
water/cmd/application.toml
Normal file
17
water/cmd/application.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user