mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 16:42:31 +08:00
32 lines
519 B
TOML
32 lines
519 B
TOML
http_port = 80
|
|
|
|
[logger]
|
|
level = "DEBUG"
|
|
method = "CONSOLE"
|
|
track_line = true
|
|
|
|
[air]
|
|
addr = "air"
|
|
port = 8086
|
|
service_name = "wind-gateway"
|
|
|
|
[[routes]]
|
|
service_name = "water-auth"
|
|
service_predicates = "/api/v1/auth"
|
|
strip_prefix = 2
|
|
|
|
[[routes]]
|
|
service_name = "annie-user-app"
|
|
service_predicates = "/api/v1/user"
|
|
strip_prefix = 2
|
|
|
|
[[routes]]
|
|
service_name = "annie-wxmp-app"
|
|
service_predicates = "/api/v1/wxmp"
|
|
strip_prefix = 2
|
|
|
|
[[routes]]
|
|
service_name = "gm-hk4e-app"
|
|
service_predicates = "/api/v1/gm"
|
|
strip_prefix = 2
|