Skip to content

Commit

Permalink
Merge pull request #79 from hmcts/switch-kv-in-app
Browse files Browse the repository at this point in the history
Switched HMI KV
  • Loading branch information
joshblackmoor authored Dec 1, 2023
2 parents 62f0970 + 2e1f2b8 commit da9a971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/applicationinsights.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"connectionString": "${file:/mnt/secrets/hmi-kv/AZURE_APPLICATIONINSIGHTS_CONNECTION_STRING}",
"connectionString": "${file:/mnt/secrets/hmi-sds-kv/AZURE_APPLICATIONINSIGHTS_CONNECTION_STRING}",
"role": {
"name": "HMI Rota DTU"
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spring:
- ${HMI_APIM_AZ_API}/.default

config:
import: "optional:configtree:/mnt/secrets/hmi-kv/"
import: "optional:configtree:/mnt/secrets/hmi-sds-kv/"
application:
name: HMI Rota DTU
datasource:
Expand Down

0 comments on commit da9a971

Please sign in to comment.