Files
hmac-file-server/test-simple.toml

11 lines
158 B
TOML

# Simple test configuration
[server]
listen_address = "8080"
storage_path = "./test-uploads"
[security]
secret = "test-secret-key"
[logging]
level = "info"