Add initial test configuration file for server, security, and logging settings
This commit is contained in:
10
test-simple.toml
Normal file
10
test-simple.toml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Simple test configuration
|
||||||
|
[server]
|
||||||
|
listen_address = "8080"
|
||||||
|
storage_path = "./test-uploads"
|
||||||
|
|
||||||
|
[security]
|
||||||
|
secret = "test-secret-key"
|
||||||
|
|
||||||
|
[logging]
|
||||||
|
level = "info"
|
Reference in New Issue
Block a user