diff --git a/test-simple.toml b/test-simple.toml new file mode 100644 index 0000000..826489a --- /dev/null +++ b/test-simple.toml @@ -0,0 +1,10 @@ +# Simple test configuration +[server] +listen_address = "8080" +storage_path = "./test-uploads" + +[security] +secret = "test-secret-key" + +[logging] +level = "info"