We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af08155 commit af3c611Copy full SHA for af3c611
1 file changed
src/main/resources/application.properties
@@ -8,4 +8,4 @@ logging.level.org.springframework=INFO
8
9
spring.profiles.active=production
10
11
-server.port=${PORT}
+server.port=${PORT:5000}
0 commit comments