Allow multiple config files, set up a default config before applying the config files

This commit is contained in:
Mark Haines 2015-04-30 13:48:15 +01:00
parent 6b69ddd17a
commit 1aa11cf7ce
3 changed files with 40 additions and 23 deletions

View file

@ -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 \