Add configuration files for server, security, logging, and network resilience settings

This commit is contained in:
2025-08-24 13:39:33 +00:00
parent 9e9467442c
commit 23f3b41f30
4 changed files with 95 additions and 0 deletions

14
test-minimal.toml Normal file
View File

@ -0,0 +1,14 @@
[server]
listen_address = "8080"
storage_path = "./test-uploads"
network_events = true
[security]
secret = "supersecret-hmac-key-minimum-16-chars"
[logging]
level = "info"
file = ""
[network_resilience]
enabled = true