RoadSign/test/roadsign/settings.toml

37 lines
565 B
TOML
Raw Permalink Normal View History

2024-10-02 15:12:52 +00:00
id = "central-dc"
2024-01-24 16:09:39 +00:00
[debug]
2024-10-02 15:12:52 +00:00
print_routes = false
[sideload]
ports = [":81"]
secured_ports = []
trusted_proxies = ["localhost"]
2024-01-24 16:09:39 +00:00
[hypertext]
ports = [":8000"]
secured_ports = []
2024-10-02 15:12:52 +00:00
force_https = false
2024-01-24 16:09:39 +00:00
2024-10-02 15:12:52 +00:00
# [[hypertext.certificate]]
# key = "./certs/privkey.pem"
# pem = "./certs/fullchain.pem"
2024-01-24 16:09:39 +00:00
[hypertext.limitation]
max_body_size = 549_755_813_888 # 512 GiB
max_qps = -1
[paths]
configs = "./config"
2024-10-02 15:12:52 +00:00
[telemetry]
2024-01-24 16:09:39 +00:00
request_logging = true
2024-10-02 15:12:52 +00:00
capture_traces = true
[performance]
traces_limit = 256
2024-01-24 16:09:39 +00:00
prefork = false
[security]
credential = "e81f43f32d934271af6322e5376f5f59"