Files
2025.2/customer-design/target/classes/application.properties
T
Andreas Isler 2f9c0a5c9e Initial commit
2026-05-22 14:59:58 +02:00

21 lines
882 B
Properties

server.port=8106
#spring.datasource.url=jdbc:h2:~/flowable-design-db/db;AUTO_SERVER=TRUE;DB_CLOSE_DELAY=-1
#spring.datasource.username=flowable
#spring.datasource.password=flowable
#Comment out and configure database
spring.datasource.url=jdbc:postgresql://localhost:5435/flowable
spring.datasource.username=flowable
spring.datasource.password=flowable
# Connection to Work
flowable.design.remote.idm-url=http://localhost:8105/flowable-work
flowable.design.remote.authentication.user=admin
flowable.design.remote.authentication.password=test
#flowable.design.deployment-api-url=http://localhost:8080/flowable-work/app-api
#flowable.design.undeployment-api-url=http://localhost:8080/flowable-work/platform-api/app-deployments
flowable.design.deployment-api-url=http://localhost:8105/app-api
flowable.design.undeployment-api-url=http://localhost:8105/platform-api/app-deployments