aboutsummaryrefslogtreecommitdiff
path: root/backend/config.py
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2023-08-12 23:05:18 +0200
committercbdev <cb@cbcdn.com>2023-08-12 23:05:18 +0200
commitc5564162515f5d6afafe9082e8dbb2ed63a9d256 (patch)
treebd75dcc77c5ebf099c9f2ca909d2ab086a85c4b0 /backend/config.py
parent68d846d8f78f774d0c90dbc535d78683b040d5b2 (diff)
downloadcargohold-c5564162515f5d6afafe9082e8dbb2ed63a9d256.tar.gz
cargohold-c5564162515f5d6afafe9082e8dbb2ed63a9d256.tar.bz2
cargohold-c5564162515f5d6afafe9082e8dbb2ed63a9d256.zip
Admin interfaces
Diffstat (limited to 'backend/config.py')
-rw-r--r--backend/config.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/config.py b/backend/config.py
index 2de63bc..a4a1209 100644
--- a/backend/config.py
+++ b/backend/config.py
@@ -8,5 +8,11 @@ global_limit = 0
user_subdirs = True
# Path to the backing database
database = "cargohold.db3"
+
+# Settings for the web admin panel
+
+# Base URL for rendering alias links
+baseurl = "https://files.stumpf.es/"
+
# Select the authentication provider for the web admin interface
import NoneAuth as Auth