0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-21 13:03:45 +02:00

Allow registration in the HSes federation demo

This commit is contained in:
manuroe 2015-03-27 11:10:52 +01:00
parent 5b999e206e
commit 5116946ae9

View file

@ -34,6 +34,7 @@ for port in 8080 8081 8082; do
--tls-dh-params-path "demo/demo.tls.dh" \
--media-store-path "demo/media_store.$port" \
$PARAMS $SYNAPSE_PARAMS \
--disable-registration false
python -m synapse.app.homeserver \
--config-path "demo/etc/$port.config" \