Skip to content
Snippets Groups Projects
Commit 3e4e367f authored by Erik Johnston's avatar Erik Johnston
Browse files

Merge pull request #223 from matrix-org/markjh/enable_demo_registration

enable registration in the demo servers
parents 4f11a5b2 2eb91e66
No related branches found
No related tags found
Loading
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment