Skip to content

Commit

Permalink
Renaming the config files so that only one is picked up, i.e. no over…
Browse files Browse the repository at this point in the history
…riding from application.yaml
  • Loading branch information
aowss committed Apr 15, 2024
1 parent ec94cec commit afc6e98
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
server:
port: 9000

# https://github.com/camunda-community-hub/spring-zeebe#configuring-camunda-platform-8-saas-connection
# https://github.com/camunda-community-hub/spring-zeebe#additional-configuration-options

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
server:
port: 9000

zeebe:
client:
broker:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
server:
port: 9000

api:
url: http://${ENV:prod}-rates:9999/exchangeRates

# https://github.com/camunda-community-hub/spring-zeebe#configuring-camunda-platform-8-saas-connection
# https://github.com/camunda-community-hub/spring-zeebe#additional-configuration-options

Expand All @@ -16,6 +22,3 @@ camunda:
enabled: false
webhook:
enabled: false

api:
url: http://${ENV:prod}-rates:9999/exchangeRates
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
server:
port: 9000

api:
url: http://${ENV:prod}-rates:9999/exchangeRates

zeebe:
client:
broker:
Expand All @@ -16,6 +22,3 @@ camunda:
enabled: false
webhook:
enabled: false

api:
url: http://${ENV:prod}-rates:9999/exchangeRates
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
server:
port: 9000

api:
url: http://${ENV:prod}-rates:9999/exchangeRates

# https://github.com/camunda-community-hub/spring-zeebe#configuring-camunda-platform-8-saas-connection
# https://github.com/camunda-community-hub/spring-zeebe#additional-configuration-options

Expand All @@ -14,6 +20,3 @@ tasklist:
keycloak-url: https://login.cloud.camunda.io/oauth/token
client-id: ${zeebe.client.cloud.clientId}
client-secret: ${zeebe.client.cloud.clientSecret}

api:
url: http://${ENV:prod}-rates:9999/exchangeRates
9 changes: 6 additions & 3 deletions spring-boot/task/src/main/resources/application-local.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
server:
port: 9000

api:
url: http://${ENV:prod}-rates:9999/exchangeRates

# https://github.com/camunda-community-hub/spring-zeebe#configuring-camunda-platform-8-saas-connection
# https://github.com/camunda-community-hub/spring-zeebe#additional-configuration-options

Expand All @@ -24,6 +30,3 @@ camunda:
enabled: false
webhook:
enabled: false

api:
url: http://${ENV:prod}-rates:9999/exchangeRates

0 comments on commit afc6e98

Please sign in to comment.