Removing # from LDAP
This commit is contained in:
@@ -98,7 +98,7 @@ gosu www-data turnserver -c /app/data/turnserver.conf --daemon -v
|
||||
sed -i "s/ user: .*/ user: ${POSTGRESQL_USERNAME}/" homeserver.yaml
|
||||
sed -i "s/ password: .*/ password: ${POSTGRESQL_PASSWORD}/" homeserver.yaml
|
||||
sed -i "s/ database: .*/ database: ${POSTGRESQL_DATABASE}/" homeserver.yaml
|
||||
sed -i "s,# uri: .*, uri: \"${LDAP_URL}\"," homeserver.yaml
|
||||
sed -i "s, uri: .*, uri: \"${LDAP_URL}\"," homeserver.yaml
|
||||
|
||||
|
||||
gosu www-data python -m synapse.app.homeserver --config-path homeserver.yaml &> /dev/null &
|
||||
|
||||
Reference in New Issue
Block a user