Update 'repo/env.j2'
This commit is contained in:
parent
f7e7b80768
commit
981757b99e
1 changed files with 5 additions and 1 deletions
|
@ -119,8 +119,10 @@ ENABLE_AUTH=0
|
||||||
# Enable guest access
|
# Enable guest access
|
||||||
ENABLE_GUESTS=1
|
ENABLE_GUESTS=1
|
||||||
|
|
||||||
|
{# this is a comment in the jinja2 template file
|
||||||
|
|
||||||
# Select authentication type: internal, jwt, ldap or matrix
|
# Select authentication type: internal, jwt, ldap or matrix
|
||||||
AUTH_TYPE=jwt
|
#AUTH_TYPE=jwt
|
||||||
|
|
||||||
# JWT authentication
|
# JWT authentication
|
||||||
#
|
#
|
||||||
|
@ -137,6 +139,8 @@ AUTH_TYPE=jwt
|
||||||
# (Optional) Set asap_accepted_audiences as a comma separated list
|
# (Optional) Set asap_accepted_audiences as a comma separated list
|
||||||
#JWT_ACCEPTED_AUDIENCES=my_server1,my_server2
|
#JWT_ACCEPTED_AUDIENCES=my_server1,my_server2
|
||||||
|
|
||||||
|
#}
|
||||||
|
|
||||||
# LDAP authentication (for more information see the Cyrus SASL saslauthd.conf man page)
|
# LDAP authentication (for more information see the Cyrus SASL saslauthd.conf man page)
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue