Tidy example config

Fix some inconsistentcies and group settings better together
This commit is contained in:
felix@feldspaten.org 2021-10-13 16:25:17 +02:00
parent 1cf3f16d69
commit f385cd7b28
Signed by: phoenix
GPG key ID: 31860289A704FB3C

View file

@ -1,7 +1,7 @@
BaseURL = "http://localhost:8199" # replace with your hostname
PastaDir = "pastas" # absolute or relative path to the pastas
BindAddress = ":8199" # server bind address
MaxPastaSize = 26214400 # max allowed pasta size - 5 MB
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)