Skip to content
Snippets Groups Projects
Commit a2a93a4f authored by Erik Johnston's avatar Erik Johnston
Browse files

Make demo script use --enable-registration

parent ae8ff92e
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ for port in 8080 8081 8082; do ...@@ -34,7 +34,7 @@ for port in 8080 8081 8082; do
--tls-dh-params-path "demo/demo.tls.dh" \ --tls-dh-params-path "demo/demo.tls.dh" \
--media-store-path "demo/media_store.$port" \ --media-store-path "demo/media_store.$port" \
$PARAMS $SYNAPSE_PARAMS \ $PARAMS $SYNAPSE_PARAMS \
--disable-registration false --enable-registration
python -m synapse.app.homeserver \ python -m synapse.app.homeserver \
--config-path "demo/etc/$port.config" \ --config-path "demo/etc/$port.config" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment