summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-04-07 18:08:21 +0100
committerErik Johnston <erik@matrix.org>2015-04-07 18:08:21 +0100
commita2a93a4fa738e1123744f5441dc47c14848dea6c (patch)
tree680fdd14d272ad55370c05a0aaaffd98a02e1df7
parentFix a bug which causes a send event level of 0 to not be honoured. (diff)
downloadsynapse-a2a93a4fa738e1123744f5441dc47c14848dea6c.tar.xz
Make demo script use --enable-registration
-rwxr-xr-xdemo/start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/start.sh b/demo/start.sh

index 4546f27ed8..d647400d39 100755 --- a/demo/start.sh +++ b/demo/start.sh
@@ -34,7 +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 + --enable-registration python -m synapse.app.homeserver \ --config-path "demo/etc/$port.config" \