We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ac855 commit 2fb3eeaCopy full SHA for 2fb3eea
1 file changed
src/main/resources/application.properties
@@ -1,6 +1,6 @@
1
spring.application.name=openMission
2
spring.profiles.include=oauth
3
-server.port=8080
+server.port=${PORT:9090}
4
5
spring.datasource.url=${DB_URL:jdbc:h2:./mydb;AUTO_SERVER=TRUE}
6
spring.datasource.username=${DB_USERNAME:sa}
0 commit comments