update .gitignore, set media-store-path in demo

This commit is contained in:
Mark Haines 2015-01-22 14:20:53 +00:00
parent d3d0713de5
commit 58691680b8
2 changed files with 5 additions and 9 deletions

View file

@ -32,7 +32,8 @@ for port in 8080 8081 8082; do
-D --pid-file "$DIR/$port.pid" \
--manhole $((port + 1000)) \
--tls-dh-params-path "demo/demo.tls.dh" \
$PARAMS $SYNAPSE_PARAMS
--media-store-path "demo/media_store.$port" \
$PARAMS $SYNAPSE_PARAMS \
python -m synapse.app.homeserver \
--config-path "demo/etc/$port.config" \