diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-07-06 02:21:34 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-07-06 02:21:34 +0200 |
| commit | 22785191975906a18d1e6ec8b248d96dcb2fcbc0 (patch) | |
| tree | eaa1411d85926f72e31d1c2e5a49eda77c9aab79 /.env | |
| parent | 48c2b318334971b4af384816f3c4cd9fef5bada9 (diff) | |
Added PORT env variable for heroku
Diffstat (limited to '.env')
| -rwxr-xr-x | .env | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
