From c5564162515f5d6afafe9082e8dbb2ed63a9d256 Mon Sep 17 00:00:00 2001 From: cbdev Date: Sat, 12 Aug 2023 23:05:18 +0200 Subject: Admin interfaces --- backend/config.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'backend/config.py') 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 -- cgit v1.2.3