Procházet zdrojové kódy

enable registration in the demo servers

tags/v0.10.0-rc1
Mark Haines před 8 roky
rodič
revize
2eb91e6694
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      demo/start.sh

+ 2
- 1
demo/start.sh Zobrazit soubor

@@ -23,7 +23,6 @@ for port in 8080 8081 8082; do
#rm $DIR/etc/$port.config
python -m synapse.app.homeserver \
--generate-config \
--enable_registration \
-H "localhost:$https_port" \
--config-path "$DIR/etc/$port.config" \

@@ -36,6 +35,8 @@ for port in 8080 8081 8082; do
fi
fi

perl -p -i -e 's/^enable_registration:.*/enable_registration: true/g' $DIR/etc/$port.config

python -m synapse.app.homeserver \
--config-path "$DIR/etc/$port.config" \
-D \


Načítá se…
Zrušit
Uložit