mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-11 12:31:58 +01:00
Make demo script use --enable-registration
This commit is contained in:
parent
ae8ff92e05
commit
a2a93a4fa7
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ for port in 8080 8081 8082; do
|
|||
--tls-dh-params-path "demo/demo.tls.dh" \
|
||||
--media-store-path "demo/media_store.$port" \
|
||||
$PARAMS $SYNAPSE_PARAMS \
|
||||
--disable-registration false
|
||||
--enable-registration
|
||||
|
||||
python -m synapse.app.homeserver \
|
||||
--config-path "demo/etc/$port.config" \
|
||||
|
|
Loading…
Reference in a new issue