Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

enable registration in the demo servers #223

Merged
merged 1 commit into from
Aug 12, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion demo/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \

Expand All @@ -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 \
Expand Down