Removing # from LDAP

This commit is contained in:
Matthias
2018-02-12 17:52:14 +00:00
parent 8948001058
commit 9afc9611fb

View File

@@ -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 &