Added PORT env variable for heroku

This commit is contained in:
luccioman 2016-07-06 02:21:34 +02:00
parent 48c2b31833
commit 2278519197

3
.env
View File

@ -1,2 +1,3 @@
MAVEN_CUSTOM_OPTS=-f libbuild/pom.xml
JAVA_OPTS=-server -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djsse.enableSNIExtension=false
JAVA_OPTS=-server -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djsse.enableSNIExtension=false
PORT=8090