Files
domain-router/config.yaml
2024-11-06 10:21:30 +01:00

33 lines
455 B
YAML

general:
announce: true
healthz: healthz
server:
port: 443
certFile: server.crt
keyFile: server.key
rateLimit:
enabled: true
bucketSize: 50
refillSize: 10
refillTime: 1m
cleanupTime: 5m
hosts:
- port: 8181
domains:
- localhost
- test.localhost
- test2.localhost
public: true
- port: 8282
domains:
- private.localhost
public: false
logging:
level: debug
pretty: true
requests: true