aboutsummaryrefslogtreecommitdiff
path: root/backend/config.py
blob: 2de63bc68372e796bfedf97b0699766713812003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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"
# Select the authentication provider for the web admin interface
import NoneAuth as Auth