From 981757b99e7f340353a97e19e37f65e30e84873e Mon Sep 17 00:00:00 2001 From: panda Date: Fri, 4 Nov 2022 01:03:52 +0100 Subject: [PATCH] Update 'repo/env.j2' --- repo/env.j2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/repo/env.j2 b/repo/env.j2 index 82fb6ba..f1a70b5 100644 --- a/repo/env.j2 +++ b/repo/env.j2 @@ -119,8 +119,10 @@ ENABLE_AUTH=0 # Enable guest access ENABLE_GUESTS=1 +{# this is a comment in the jinja2 template file + # Select authentication type: internal, jwt, ldap or matrix -AUTH_TYPE=jwt +#AUTH_TYPE=jwt # JWT authentication # @@ -137,6 +139,8 @@ AUTH_TYPE=jwt # (Optional) Set asap_accepted_audiences as a comma separated list #JWT_ACCEPTED_AUDIENCES=my_server1,my_server2 +#} + # LDAP authentication (for more information see the Cyrus SASL saslauthd.conf man page) #