RoadSign/settings.yml

26 lines
480 B
YAML
Raw Normal View History

2023-11-16 15:06:59 +00:00
debug:
print_routes: true
2023-11-17 16:23:40 +00:00
security:
administration_trusted_proxies: [ "localhost" ]
2023-11-16 15:06:59 +00:00
performance:
prefork: false
network_timeout: 3000
hypertext:
ports: [ ":80" ]
2023-11-17 16:23:40 +00:00
secured_ports: [ ]
administration_ports: [ ":81" ]
administration_secured_ports: [ ]
2023-11-16 15:06:59 +00:00
certificate:
pem: "./cert.pem"
key: "./cert.key"
2023-11-17 16:23:40 +00:00
administration_pem: "./cert.pem"
administration_key: "./cert.key"
2023-11-16 15:06:59 +00:00
limitation:
max_body_size: -1
max_qps: 30
paths:
configs: "./config"