Skip to content

Commit 599ca16

Browse files
committed
heroku setup
1 parent 0d594b0 commit 599ca16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: java $JAVA_OPTS -jar target/dependency/webapp-runner.jar --port $PORT target/*.war --spring.profiles.active=prod
1+
web: java $JAVA_OPTS -Dspring.profiles.active=prod -jar target/dependency/webapp-runner.jar --port $PORT target/*.war

setenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export PORT=5000
2-
export JAVA_OPTS='-Xmx300m -Xss512k -XX:CICompilerCount=2 -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintTenuringDistribution -XX:+UseConcMarkSweepGC'
2+
export JAVA_OPTS='-Xmx300m -Xss512k -XX:CICompilerCount=2'

0 commit comments

Comments
 (0)