Skip to content

Commit

Permalink
Documentation: Fix Azure Blob Storage configuration example (#5438)
Browse files Browse the repository at this point in the history
Signed-off-by: Arve Knudsen <[email protected]>
  • Loading branch information
aknuds1 authored Jul 10, 2023
1 parent 85ae69c commit ece950b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ common:
storage:
backend: azure
azure:
account_key: "${SWIFT_ACCOUNT_KEY}" # This is a secret injected via an environment variable
account_key: "${AZURE_ACCOUNT_KEY}" # This is a secret injected via an environment variable
account_name: mimir-prod
endpoint_suffix: "blob.core.windows.net"

Expand Down

0 comments on commit ece950b

Please sign in to comment.