mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-28 14:14:08 +00:00
Initial MCP setup code
This commit is contained in:
21
.env.example
21
.env.example
@@ -1 +1,20 @@
|
||||
DATA_EXPLORER_ENDPOINT=https://localhost:1234/hostedExplorer.html
|
||||
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
|
||||
Reference in New Issue
Block a user