spectra/config.example.toml
Tanishq Dubey ae804aaa42
Some checks failed
Docker Build and Publish / build (pull_request) Failing after 50s
ready for prod
2024-11-05 14:02:21 -05:00

20 lines
358 B
TOML

[server]
host = "0.0.0.0"
port = 5000
[directories]
upload = "/app/uploads"
thumbnail = "/app/thumbnails"
[admin]
# Change this password!
password = "changeme"
[appearance]
accent_color = "#007bff"
[security]
# Add these security settings
max_upload_size_mb = 80
allowed_extensions = ["jpg", "jpeg", "png", "gif"]
rate_limit = 100 # requests per minute