Skip to content

Commit

Permalink
Normalizing to properly indicate that we use environment variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Oct 17, 2024
1 parent c5b08e6 commit 2828eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/budpro-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spring:
aad:
issuer-uri: ${AAD_ISSUER_URI}/v2.0
jwk-set-uri: ${AAD_ISSUER_URI}/discovery/v2.0/keys
accepted-audience: ${azure.app.client.id}, api://${azure.app.client.id}
accepted-audience: ${AZURE_APP_CLIENT_ID}, api://${AZURE_APP_CLIENT_ID}

management:
endpoints:
Expand Down

0 comments on commit 2828eea

Please sign in to comment.