Skip to content

Commit

Permalink
Rename some environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukan10 committed Feb 24, 2022
1 parent 9b0b1e0 commit 226b8c5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,12 @@ nimble:
# TODO: Retrieve the default token from Keycloak for business-process service client
default-token: ${BUSINESS_PROCESS_SERVICE_DEFAULT_TOKEN:}
oauth:
# Describes the settings for EFPF Keycloak
# It is used to retrieve an access token for Accountancy Service calls
eFactoryClient:
clientId: ${OAUTH_EFACTORY_SERVICE_REGISTRY_CLIENT_ID:}
clientSecret: ${OAUTH_EFACTORY_SERVICE_REGISTRY_CLIENT_SECRET:}
accessTokenUri: ${OAUTH_EFACTORY_CLIENT_ACCESSTOKEN_URI:}
clientId: ${OAUTH_ACCOUNTANCY_SERVICE_REGISTRY_CLIENT_ID:}
clientSecret: ${OAUTH_ACCOUNTANCY_SERVICE_REGISTRY_CLIENT_SECRET:}
accessTokenUri: ${OAUTH_ACCOUNTANCY_SERVICE_CLIENT_ACCESSTOKEN_URI:}
kafka:
topics:
businessProcessUpdates: ${KAFKA_TOPIC_BUSINESS_PROCESS_UPDATES}
Expand Down

0 comments on commit 226b8c5

Please sign in to comment.