diff options
| -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} |