diff options
| author | Fuwn <[email protected]> | 2021-01-29 13:38:05 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-01-29 13:38:05 -0800 |
| commit | 3089a563fc0da1fbf11f7fc602293f54fbfe2953 (patch) | |
| tree | 12010ee534ce5b6bacf3964d322c903c47b242f5 /src/main | |
| parent | fix: change port back (diff) | |
| download | heroku-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/main')
| -rw-r--r-- | src/main/resources/application.properties | 2 |
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} |