Skip to content

Commit

Permalink
chore(properties): fix applicaiton properties
Browse files Browse the repository at this point in the history
  • Loading branch information
johnBgood committed Dec 13, 2024
1 parent 75c6da7 commit 3495735
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions bundle/default-bundle/src/test/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
server.port=8080

management.context-path=/actuator
management.endpoints.web.exposure.include=metrics,health,prometheus,loggers
management.endpoint.health.group.readiness.include[]=zeebeClient,processDefinitionImport
management.endpoint.health.show-components=always
management.endpoint.health.show-details=always

camunda.client.zeebe.gateway-url=http://localhost:26500
camunda.client.zeebe.grpc-address=http://localhost:26500
camunda.client.zeebe.defaults.max-jobs-active=32
camunda.client.zeebe.defaults.worker-threads=10
camunda.client.zeebe.defaults.stream-enabled=true
camunda.client.zeebe.rest-address=http://localhost:8080

camunda.client.zeebe.rest-address=http://localhost:8088
camunda.client.mode=self-managed

# Config for use with docker-compose.yml
camunda.client.zeebe.rest-address=http://localhost:8080
camunda.client.auth.client-id=connectors
camunda.client.auth.client-secret=XALaRPl5qwTEItdwCMiPS62nVpKs7dL7
camunda.client.auth.oidc-type=keycloak
camunda.client.auth.issuer=http://localhost:18080/auth/realms/camunda-platform/protocol/openid-connect/token
camunda.client.identity.audience=connectors
camunda.client.identity.base-url=http://localhost:8084

# Config for use with docker-compose-core.yml
#camunda.client.auth.username=demo
#camunda.client.auth.password=demo

0 comments on commit 3495735

Please sign in to comment.