mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
init commit
This commit is contained in:
17
service/annie-user/cmd/application.toml
Normal file
17
service/annie-user/cmd/application.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
http_port = 9002
|
||||
|
||||
[logger]
|
||||
level = "DEBUG"
|
||||
method = "CONSOLE"
|
||||
track_line = true
|
||||
|
||||
[air]
|
||||
addr = "air"
|
||||
port = 8086
|
||||
service_name = "annie-user-app"
|
||||
|
||||
[database]
|
||||
url = "root:flswld@(mysql:3306)/annie_user?charset=utf8&parseTime=True&loc=Local"
|
||||
|
||||
[light]
|
||||
port = 10003
|
||||
Reference in New Issue
Block a user