aboutsummaryrefslogtreecommitdiff
path: root/backend/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/config.py')
-rw-r--r--backend/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/config.py b/backend/config.py
index effbf85..2de63bc 100644
--- a/backend/config.py
+++ b/backend/config.py
@@ -8,3 +8,5 @@ global_limit = 0
user_subdirs = True
# Path to the backing database
database = "cargohold.db3"
+# Select the authentication provider for the web admin interface
+import NoneAuth as Auth