Skip to content

Commit

Permalink
Added env
Browse files Browse the repository at this point in the history
  • Loading branch information
astherath committed Sep 19, 2024
1 parent 8e69b78 commit 583cd1e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/common/EmbeddedEnv.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export const embeddedEnv = {
"AKV_LOCAL_CERT_PATH": "../../akv_test_cert.pem",
"LOADED_DOTENV_PATH": "../../.env",
"AZURE_STORAGE_QUEUE_NAME": "sms-paid-queue",
"AZURE_KEY_VAULT_SECRET_NAME": "localenv",
"AZURE_KEY_VAULT_NAME": "backend-akv",
"AZURE_TENANT_ID": "a8c774b1-1aef-4d11-b518-60c92deea92d",
"AZURE_CLIENT_ID": "044b938d-a250-48ed-9477-cc8cdfd7e85f",
"SECRET_FILE_VER": "9764fb0784c24b2594b7eb87e0762f7a",
"PORT_TO_USE": "5080",
"HOST_TO_USE": "127.0.0.1"
};

0 comments on commit 583cd1e

Please sign in to comment.