aboutsummaryrefslogtreecommitdiff
path: root/backend/config.py
blob: effbf85dda2ece4ce99982df4c8f6c9ab03ea2c6 (plain)
1
2
3
4
5
6
7
8
9
10
# Default URL to redirect invalid accesses to
homepage = "https://stumpf.es/"
# Base path for uploaded files
fileroot = "/media/disk1/files.stumpf.es/" 
# Global disk space limit
global_limit = 0
# Use per-user directories below the fileroot for individual storage
user_subdirs = True
# Path to the backing database
database = "cargohold.db3"