LittleSheep
78c51bb432
All checks were successful
release-nightly / build-docker (push) Successful in 58s
26 lines
564 B
YAML
26 lines
564 B
YAML
debug:
|
|
print_routes: false
|
|
hypertext:
|
|
administration_ports: []
|
|
administration_secured_ports: []
|
|
certificate:
|
|
administration_key: ./cert.key
|
|
administration_pem: ./cert.pem
|
|
key: ./cert.key
|
|
pem: ./cert.pem
|
|
limitation:
|
|
max_body_size: -1
|
|
max_qps: -1
|
|
ports:
|
|
- :8000
|
|
secured_ports: []
|
|
paths:
|
|
configs: ./config
|
|
performance:
|
|
network_timeout: 3000
|
|
prefork: false
|
|
security:
|
|
administration_trusted_proxies:
|
|
- localhost
|
|
credential: e81f43f32d934271af6322e5376f5f59
|