We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505cf80 commit 1b778abCopy full SHA for 1b778ab
2 files changed
src/main/resources/application-prod.properties
@@ -1,7 +1,7 @@
1
spring.application.name=webapi
2
3
# ===== Azure Key Vault =====
4
-spring.cloud.azure.keyvault.secret.property-sources[0].endpoint={AZURE_KEY_VAULT_ENDPOINT}
+spring.cloud.azure.keyvault.secret.property-sources[0].endpoint=${AZURE_KEY_VAULT_ENDPOINT}
5
6
# ===== PostgreSQL using secrets =====
7
spring.datasource.url=${DB-URL-PROD}
src/main/resources/application-stage.properties
spring.datasource.url=${DB-URL-STAGE}
0 commit comments