Browse Source

Update 'repo/env.j2'

panda 1 year ago
parent
commit
981757b99e
1 changed files with 5 additions and 1 deletions
  1. 5 1
      repo/env.j2

+ 5 - 1
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)
 #