Removed unnecessary variables for local heroku run

This commit is contained in:
luccioman 2016-07-13 01:07:11 +02:00
parent 3db732aded
commit e3d90fd1ca

3
.env
View File

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