diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-04-30 13:48:15 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-04-30 13:48:15 +0100 |
commit | 1aa11cf7cef83f529bb6f48a76f2d2fe10a7cfe4 (patch) | |
tree | 92884d6eda9353d07cabf7b3e848de26e94a370d /demo | |
parent | remove duplicate parse_size method (diff) | |
download | synapse-1aa11cf7cef83f529bb6f48a76f2d2fe10a7cfe4.tar.xz |
Allow multiple config files, set up a default config before applying the config files
Diffstat (limited to 'demo')
-rwxr-xr-x | demo/start.sh | 3 |
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 \ |