pasta/pastad.toml.example
felix@feldspaten.org f385cd7b28
Tidy example config
Fix some inconsistentcies and group settings better together
2021-10-13 16:25:17 +02:00

9 lines
599 B
Plaintext

BaseURL = "http://localhost:8199" # base URL as used within pasta
BindAddress = ":8199" # bind address
PastaDir = "pastas" # absolute or relative path to the pastas data directory
MaxPastaSize = 5242880 # max allowed pasta size (5 MiB)
PastaCharacters = 8 # Number of characters for pasta id
Expire = 2592000 # Default expire in seconds (1 Month)
Cleanup = 3600 # Cleanup interval in seconds (1 hour)
RequestDelay = 2000 # Milliseconds between POST/DELETE requests per host