Add initial test configuration file for server, security, and logging settings

This commit is contained in:
2025-08-24 13:35:12 +00:00
parent 91128f2861
commit 9e9467442c

10
test-simple.toml Normal file
View File

@ -0,0 +1,10 @@
# Simple test configuration
[server]
listen_address = "8080"
storage_path = "./test-uploads"
[security]
secret = "test-secret-key"
[logging]
level = "info"