Allow multiple config files, set up a default config before applying the config files
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user