hash-of-wisdom/config.yaml

23 lines
293 B
YAML
Raw Normal View History

2025-08-23 12:12:45 +03:00
server:
address: ":8080"
timeouts:
read: 5s
write: 5s
connection: 15s
pow:
difficulty: 25
max_difficulty: 30
ttl: 5m
hmac_secret: "development-secret-change-in-production"
quotes:
timeout: 10s
metrics:
address: ":8081"
logging:
level: "info"
format: "text"