From b0f30c05cf0158529798c7523180b37716e17dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Mon, 20 Feb 2023 16:35:48 +0100 Subject: [PATCH] Enable login by default --- conf/server.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/server.yml b/conf/server.yml index c283fc3..45a0012 100644 --- a/conf/server.yml +++ b/conf/server.yml @@ -13,6 +13,7 @@ cache-startup-queries: | auth-file: __FINALPATH__/data/user.db auth-default-access: "deny-all" +enable-login: true attachment-cache-dir: __FINALPATH__/data/attachments