Skip to content

Commit

Permalink
Added env vars for azure metadata blob storage (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
basiliskus authored Dec 21, 2023
1 parent 16d0cb7 commit f320131
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion generate_env.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!/bin/bash

# Define the content of the .env file
env_content="ENV=local\nKEY_VAULT-NAME=ti-key-vault-name\nREPORT_STREAM_URL_PREFIX=http://localhost:7071"
env_content="ENV=local
KEY_VAULT-NAME=ti-key-vault-name
REPORT_STREAM_URL_PREFIX=http://localhost:7071
STORAGE_ACCOUNT_BLOB_ENDPOINT=https://cdctiinternal.blob.core.windows.net
METADATA_CONTAINER_NAME=metadata"

# Get directory of script file
script_dir="$(dirname "$0")"
Expand Down

0 comments on commit f320131

Please sign in to comment.