We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c19cf commit e73b22bCopy full SHA for e73b22b
1 file changed
src/main/resources/application.properties
@@ -1,6 +1,5 @@
1
spring.application.name=openMission
2
spring.profiles.include=oauth
3
-server.port=${PORT:9090}
4
5
spring.datasource.url=${DB_URL:jdbc:h2:./mydb;AUTO_SERVER=TRUE}
6
spring.datasource.username=${DB_USERNAME:sa}
@@ -11,4 +10,4 @@ spring.jpa.hibernate.ddl-auto=update
11
10
spring.jpa.show-sql=true
12
13
# H2
14
-spring.h2.console.enabled=false
+spring.h2.console.enabled=false
0 commit comments