소스 검색

Enable stack traces for the demo scripts

tags/v0.10.1-rc1
Mark Haines 8 년 전
부모
커밋
1941eb315d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      demo/start.sh

+ 3
- 0
demo/start.sh 파일 보기

@@ -38,6 +38,9 @@ for port in 8080 8081 8082; do

perl -p -i -e 's/^enable_registration:.*/enable_registration: true/g' $DIR/etc/$port.config

echo "full_twisted_stacktraces: true" >> $DIR/etc/$port.config
echo "report_stats: false" >> $DIR/etc/$port.config

python -m synapse.app.homeserver \
--config-path "$DIR/etc/$port.config" \
-D \


불러오는 중...
취소
저장