summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-01-29 13:38:05 -0800
committerFuwn <[email protected]>2021-01-29 13:38:05 -0800
commit3089a563fc0da1fbf11f7fc602293f54fbfe2953 (patch)
tree12010ee534ce5b6bacf3964d322c903c47b242f5 /src
parentfix: change port back (diff)
downloadheroku-java-test-deploy-3089a563fc0da1fbf11f7fc602293f54fbfe2953.tar.xz
heroku-java-test-deploy-3089a563fc0da1fbf11f7fc602293f54fbfe2953.zip
fix: change port to env var for port binding on heroku
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/application.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 8b13789..4c6606e 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1 +1 @@
-
+server.port=${PORT}