mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Allow registration in the HSes federation demo
This commit is contained in:
parent
5b999e206e
commit
5116946ae9
@ -34,6 +34,7 @@ for port in 8080 8081 8082; do
|
|||||||
--tls-dh-params-path "demo/demo.tls.dh" \
|
--tls-dh-params-path "demo/demo.tls.dh" \
|
||||||
--media-store-path "demo/media_store.$port" \
|
--media-store-path "demo/media_store.$port" \
|
||||||
$PARAMS $SYNAPSE_PARAMS \
|
$PARAMS $SYNAPSE_PARAMS \
|
||||||
|
--disable-registration false
|
||||||
|
|
||||||
python -m synapse.app.homeserver \
|
python -m synapse.app.homeserver \
|
||||||
--config-path "demo/etc/$port.config" \
|
--config-path "demo/etc/$port.config" \
|
||||||
|
Loading…
Reference in New Issue
Block a user