Skip to content

Commit

Permalink
- run on a different port (8090)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritzalam committed Feb 5, 2019
1 parent d92d7f1 commit 7bf7adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigbluebutton-web/run-prod.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
java -Dgrails.env=prod -cp WEB-INF/lib/*:/:WEB-INF/classes/:. org.springframework.boot.loader.WarLauncher
java -Dgrails.env=prod -Dserver.port=8090 -Xms384m -Xmx384m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/bigbluebutton/diagnostics -cp WEB-INF/lib/*:/:WEB-INF/classes/:. org.springframework.boot.loader.WarLauncher

0 comments on commit 7bf7adf

Please sign in to comment.