mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-24 12:14:17 +00:00
20 lines
656 B
Plaintext
20 lines
656 B
Plaintext
DATA_EXPLORER_ENDPOINT=https://localhost:1234/hostedExplorer.html
|
|
|
|
# Azure Test Environment Variables
|
|
# These are automatically set by the global-setup.ts script
|
|
|
|
# Azure resource group containing the test resources
|
|
DE_TEST_RESOURCE_GROUP=bchoudhury-e2e-testing
|
|
|
|
# Azure subscription ID for testing
|
|
DE_TEST_SUBSCRIPTION_ID=074d02eb-4d74-486a-b299-b262264d1536
|
|
|
|
# Prefix used for test resource names
|
|
DE_TEST_ACCOUNT_PREFIX=bchoudhury-e2e-
|
|
|
|
# Access token for NoSQL container copy operations
|
|
# This is generated automatically by the setup script
|
|
NOSQL_CONTAINERCOPY_TESTACCOUNT_TOKEN=
|
|
|
|
# Optional: Set to true to enable debug logging during setup
|
|
DEBUG=false |