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

19
test-success.toml Normal file
View File

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