diff options
| author | Fuwn <[email protected]> | 2021-01-29 13:43:08 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-01-29 13:43:08 -0800 |
| commit | 29a8e0880efe163e0edc37c825c1c5353012b170 (patch) | |
| tree | 62e1017309beedff85cf4cf2aed715d5b4127d93 /src/main | |
| parent | fix: change port to env var for port binding on heroku (diff) | |
| download | heroku-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.properties | 2 |
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} |