summary refs log tree commit diff
path: root/demo
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-04-30 13:48:15 +0100
committerMark Haines <mark.haines@matrix.org>2015-04-30 13:48:15 +0100
commit1aa11cf7cef83f529bb6f48a76f2d2fe10a7cfe4 (patch)
tree92884d6eda9353d07cabf7b3e848de26e94a370d /demo
parentremove duplicate parse_size method (diff)
downloadsynapse-1aa11cf7cef83f529bb6f48a76f2d2fe10a7cfe4.tar.xz
Allow multiple config files, set up a default config before applying the config files
Diffstat (limited to 'demo')
-rwxr-xr-xdemo/start.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/demo/start.sh b/demo/start.sh
index 941eccd668..ef4be2d5ff 100755
--- a/demo/start.sh
+++ b/demo/start.sh
@@ -30,7 +30,8 @@ for port in 8080 8081 8082; do
 
     rm $DIR/etc/$port.config
     python -m synapse.app.homeserver \
-        --generate-config "localhost:$https_port" \
+        --generate-config \
+        -H "localhost:$https_port" \
         --config-path "$DIR/etc/$port.config" \
 
     python -m synapse.app.homeserver \