aboutsummaryrefslogtreecommitdiff
path: root/backend/config.py
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2021-07-17 03:10:28 +0200
committercbdev <cb@cbcdn.com>2021-07-17 03:10:28 +0200
commitfbcd1f22d63f6bac83fc3a87481e76808552972d (patch)
tree85d7895f9246eba1a473667e573bf55379e461b9 /backend/config.py
parent2fcb061a09cb237354ca6a5b7a0309745d3e4caf (diff)
downloadcargohold-fbcd1f22d63f6bac83fc3a87481e76808552972d.tar.gz
cargohold-fbcd1f22d63f6bac83fc3a87481e76808552972d.tar.bz2
cargohold-fbcd1f22d63f6bac83fc3a87481e76808552972d.zip
Implement basic upload and listing
Diffstat (limited to 'backend/config.py')
-rw-r--r--backend/config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/config.py b/backend/config.py
index 6cfab69..3f70c39 100644
--- a/backend/config.py
+++ b/backend/config.py
@@ -1 +1,5 @@
homepage = "https://stumpf.es/"
+fileroot = "/media/disk1/files.stumpf.es/"
+global_limit = 0
+user_subdirs = True
+database = "cargohold.db3"