mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Allow multiple config files, set up a default config before applying the config files
This commit is contained in:
parent
6b69ddd17a
commit
1aa11cf7ce
3 changed files with 40 additions and 23 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue