moved json to configs folder

This commit is contained in:
Nishtha Ahuja
2025-02-17 15:39:30 +05:30
parent 692a852194
commit c89901eb2c
2 changed files with 1 additions and 1 deletions

22
configs/emulator.json Normal file
View 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"
}
]
}
}
}