fix(mongo) : add database properties
This commit is contained in:
parent
e00a4413d1
commit
ee5df805ac
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ camel.springboot.name=MyCamel
|
|||
# to reconfigure the camel servlet context-path mapping to use /api/* instead of /camel/*
|
||||
camel.component.servlet.mapping.context-path=/api/*
|
||||
spring.data.mongodb.host=${PYMMA_MONGO_HOST:mongodb:27017}
|
||||
spring.data.mongodb.database=${PYMMA_MONGO_DATABASE:businessProxyDB:}
|
||||
spring.data.mongodb.password=${PYMMA_MONGO_PASSWORD}
|
||||
spring.data.mongodb.username=${PYMMA_MONGO_USERNAME}
|
||||
kie-wb.m2repo=${PYMMA_M2_REPO:http://kie-wb:8080/kie-wb/maven2/}
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue