LittleSheep
be5ed05175
All checks were successful
release-nightly / build-docker (push) Successful in 1m10s
27 lines
602 B
YAML
27 lines
602 B
YAML
debug:
|
|
print_routes: false
|
|
hypertext:
|
|
administration_ports: [":81"]
|
|
administration_secured_ports: []
|
|
certificate:
|
|
administration_key: ./cert.key
|
|
administration_pem: ./cert.pem
|
|
key: ./cert.key
|
|
pem: ./cert.pem
|
|
limitation:
|
|
max_body_size: 536870912
|
|
max_qps: -1
|
|
ports:
|
|
- :8000
|
|
secured_ports: []
|
|
paths:
|
|
configs: ./config
|
|
performance:
|
|
request_logging: false
|
|
network_timeout: 3000
|
|
prefork: true
|
|
security:
|
|
administration_trusted_proxies:
|
|
- localhost
|
|
credential: e81f43f32d934271af6322e5376f5f59
|