aboutsummaryrefslogtreecommitdiff
path: root/backend/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/config.py')
-rw-r--r--backend/config.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/config.py b/backend/config.py
index 3f70c39..effbf85 100644
--- a/backend/config.py
+++ b/backend/config.py
@@ -1,5 +1,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"