File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 27
27
template : src=scabot.conf dest="{{scabot_home}}" owner="{{scabot_user}}"
28
28
29
29
- name : Configure scabot (prod)
30
- template : src=scabot- production.conf dest="{{scabot_home}}" owner="{{scabot_user}}"
30
+ template : src=production.conf dest="{{scabot_home}}" owner="{{scabot_user}}"
31
31
32
32
- name : Create scabot runner
33
33
template : src=run dest="{{scabot_home}}" owner="{{scabot_user}}" owner="{{scabot_user}}" mode="0755"
Original file line number Diff line number Diff line change
1
+ play.crypto.secret="{{play_crypto_secret}}"
2
+
3
+ play.http.parser.maxMemoryBuffer = 512k
4
+
5
+ #pidfile.path="/home/scabot/scabot.pid"
6
+ #akka.loglevel="DEBUG"
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
java -Dhttp.port={{scabot_port}} -Dlogger.resource=prod-logger.xml -Dconfig.file=/home/scabot/production.conf -Dscabot.config.file=/home/scabot/scabot.conf -Dpidfile.path=/dev/null -jar /home/scabot/scabot/gui/target/scala-2.11/scabot.jar
4
+
5
+ # -Dplay.http.parser.maxMemoryBuffer=655360
6
+ # -Dlogback.debug=true
7
+ # -Dlogger.file=/home/scabot/scabot-debug-logger.xml
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments