summaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2016-07-06 02:21:34 +0200
committerluccioman <luccioman@users.noreply.github.com>2016-07-06 02:21:34 +0200
commit22785191975906a18d1e6ec8b248d96dcb2fcbc0 (patch)
treeeaa1411d85926f72e31d1c2e5a49eda77c9aab79 /.env
parent48c2b318334971b4af384816f3c4cd9fef5bada9 (diff)
Added PORT env variable for heroku
Diffstat (limited to '.env')
-rwxr-xr-x.env3
1 files changed, 2 insertions, 1 deletions
diff --git a/.env b/.env
index 50ce56854..fdd55e8ce 100755
--- a/.env
+++ b/.env
@@ -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 \ No newline at end of file
+JAVA_OPTS=-server -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djsse.enableSNIExtension=false
+PORT=8090 \ No newline at end of file