From 3089a563fc0da1fbf11f7fc602293f54fbfe2953 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 29 Jan 2021 13:38:05 -0800 Subject: fix: change port to env var for port binding on heroku --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3