void-cat-rs/config.toml
kieran f16e7acadb
All checks were successful
continuous-integration/drone/push Build is passing
Whitelist / better duplicate file response
2024-05-14 10:58:21 +01:00

17 lines
459 B
TOML

# Listen address for webserver
listen = "127.0.0.1:8000"
# Database connection string (MYSQL)
database = "mysql://root:root@localhost:3366/void_cat"
# Directory to store uploads
storage_dir = "./data"
# Maximum support filesize for uploading
max_upload_bytes = 104857600
# Public facing url
public_url = "http://localhost:8000"
# Whitelisted pubkeys, leave out to disable
# whitelist = ["63fe6318dc58583cfe16810f86dd09e18bfd76aabc24a0081ce2856f330504ed"]