Skip to content

Commit 75cdabf

Browse files
committed
updated build work flow
1 parent 210ab3f commit 75cdabf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ server.tomcat.max-swallow-size=2GB
22
server.port=${PORT:8080}
33
spring.application.name=genum
44

5-
spring.profiles.active=${ACTIVE_PROFILE}
5+
spring.profiles.active=${ACTIVE_PROFILE:test}
66

77
#---------------------------- Mongo db ---------------------------------------
88
spring.data.mongodb.uri=${GENUM_DATABASE_URI:""}

0 commit comments

Comments
 (0)