summary refs log tree commit diff
path: root/demo/start.sh
diff options
context:
space:
mode:
authormanuroe <manu@matrix.org>2015-03-27 11:10:52 +0100
committermanuroe <manu@matrix.org>2015-03-27 11:10:52 +0100
commit5116946ae9596153379e1c5e7d5d779c8e5ed906 (patch)
treed37370c412b5bc2d053944b992ce83b3ea5fb6b9 /demo/start.sh
parentMerge pull request #106 from matrix-org/application-services-txn-reliability (diff)
downloadsynapse-5116946ae9596153379e1c5e7d5d779c8e5ed906.tar.xz
Allow registration in the HSes federation demo
Diffstat (limited to 'demo/start.sh')
-rwxr-xr-xdemo/start.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/start.sh b/demo/start.sh
index bb2248770d..4546f27ed8 100755
--- a/demo/start.sh
+++ b/demo/start.sh
@@ -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" \