summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2016-07-13 01:07:11 +0200
committerluccioman <luccioman@users.noreply.github.com>2016-07-13 01:07:11 +0200
commite3d90fd1cae2fae6fe36bd49f742b6f1c875f399 (patch)
tree0a32f2e1cfada05cce7b1ae1627367060c3e391e
parent3db732adedbb0812bb1d094ca06f2c3a84ddcab2 (diff)
Removed unnecessary variables for local heroku run
-rwxr-xr-x.env3
1 files changed, 1 insertions, 2 deletions
diff --git a/.env b/.env
index fdd55e8ce..ae893ef19 100755
--- a/.env
+++ b/.env
@@ -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 \ No newline at end of file