2018-10-09 09:36:15 +02:00
|
|
|
server.port=${port:8200}
|
2020-09-10 14:22:11 +02:00
|
|
|
kie-wb.baseurl=${PYMMA_KIE_BASE_URL:http://localhost:18080/kie-wb/rest}
|
|
|
|
|
kie-wb.mainwbintern=${PYMMA_KIE_MAINWBINTERN:http://localhost:8080/kie-wb}
|
|
|
|
|
kie-wb.mainwbextern=${PYMMA_KIE_MAINWBEXTERN:http://localhost:8080/kie-wb}
|
|
|
|
|
kie-wb.username=${PYMMA_KIE_USER:admin}
|
|
|
|
|
kie-wb.password=${PYMMA_KIE_PASSWORD:admin}
|
2019-03-09 19:02:06 +01:00
|
|
|
|
2019-10-07 16:35:07 +02:00
|
|
|
adminConsole.tmpdir=/tmp
|
2019-10-22 22:45:16 +02:00
|
|
|
|
2020-09-10 14:22:11 +02:00
|
|
|
org.kie.server.controller=${PYMMA_KIE_CONTROLLER:http://localhost:18080/kie-wb/rest}
|
|
|
|
|
org.kie.server.location=${PYMMA_KIE_LOCATION:http://localhost:8200/api/server}
|
|
|
|
|
org.kie.server.id=${PYMMA_KIE_SERVER_ID:pymmaConsole2}
|
|
|
|
|
spring.data.mongodb.database=${PYMMA_MONGO_DATABASE:businessProxyDB}
|
|
|
|
|
spring.data.mongodb.host=${PYMMA_MONGO_HOST:localhost:28017}
|
2020-09-15 18:24:56 +02:00
|
|
|
|
2019-02-07 11:45:07 +01:00
|
|
|
|
|
|
|
|
spring.servlet.multipart.enabled=false
|
2020-09-10 14:22:11 +02:00
|
|
|
kafka.bootstrapAddress=${PYMMA_KAFKA_BOOTSTRAP:localhost:9092,localhost:9093,localhost:9094}
|
2020-09-11 15:08:46 +02:00
|
|
|
|
|
|
|
|
vaadin.urlMapping=/admin/*
|