We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210ab3f commit 75cdabfCopy full SHA for 75cdabf
1 file changed
app/src/main/resources/application.properties
@@ -2,7 +2,7 @@ server.tomcat.max-swallow-size=2GB
2
server.port=${PORT:8080}
3
spring.application.name=genum
4
5
-spring.profiles.active=${ACTIVE_PROFILE}
+spring.profiles.active=${ACTIVE_PROFILE:test}
6
7
#---------------------------- Mongo db ---------------------------------------
8
spring.data.mongodb.uri=${GENUM_DATABASE_URI:""}
0 commit comments