
[server]
port = 8080
host = "127.0.0.1"
read_timeout = 30
write_timeout = 30
concurrency = 4
max_body_size = 10485760

[security]
key = ""
salt = ""
allowed_origins = ["*"]

[storage]
temp_dir = "temp"
max_cache_size = 1073741824
