7 lines
193 B
TOML
7 lines
193 B
TOML
[application]
|
|
port = 8000
|
|
# See https://docs.rs/tracing-subscriber/latest/tracing_subscriber/struct.EnvFilter.html
|
|
log_directive = "info"
|
|
api_path = ""
|
|
front_base_url = "http://localhost:8080"
|