mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-24 04:04:13 +00:00
moved json to configs folder
This commit is contained in:
22
configs/emulator.json
Normal file
22
configs/emulator.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"EmulatorMasterKey": "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==",
|
||||
"Account": {
|
||||
"name": "",
|
||||
"id": "",
|
||||
"location": "",
|
||||
"type": "",
|
||||
"kind": "DocumentDB",
|
||||
"properties": {
|
||||
"documentEndpoint": "",
|
||||
"tableEndpoint": "",
|
||||
"gremlinEndpoint": "",
|
||||
"cassandraEndpoint": "",
|
||||
"capabilities": [
|
||||
{
|
||||
"name": "EnableNoSQLVectorSearch",
|
||||
"description": "Enable Vector Search on NoSQL account"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user