summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-01-29 13:43:08 -0800
committerFuwn <[email protected]>2021-01-29 13:43:08 -0800
commit29a8e0880efe163e0edc37c825c1c5353012b170 (patch)
tree62e1017309beedff85cf4cf2aed715d5b4127d93 /src/main
parentfix: change port to env var for port binding on heroku (diff)
downloadheroku-java-test-deploy-29a8e0880efe163e0edc37c825c1c5353012b170.tar.xz
heroku-java-test-deploy-29a8e0880efe163e0edc37c825c1c5353012b170.zip
chore: annotate fix
Diffstat (limited to 'src/main')
-rw-r--r--src/main/resources/application.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 4c6606e..d68d6fb 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1 +1,3 @@
+# This seemed to have fix my issues...
+# Heroku should probably put this somewhere in there quick start guide.
server.port=${PORT}