Update 'repo/env.j2'

This commit is contained in:
panda 2022-11-04 01:03:52 +01:00
parent f7e7b80768
commit 981757b99e

View file

@ -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)
#