From adc3d656cd2ba61a7853c51b12c227eef3c74119 Mon Sep 17 00:00:00 2001 From: Christian Kracher Date: Thu, 28 Oct 2021 18:13:51 +0200 Subject: [PATCH] Update .env --- example_configs/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_configs/.env b/example_configs/.env index 5cafdda..60982d0 100644 --- a/example_configs/.env +++ b/example_configs/.env @@ -5,7 +5,7 @@ ENABLE_AUTH=1 # Enable guest access -ENABLE_GUESTS=0 +ENABLE_GUESTS=1 # Select authentication type: internal, jwt or ldap AUTH_TYPE=ldap