E567
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead78ff commit 7fae2faCopy full SHA for 7fae2fa
libraries/botbuilder-azure/tests/test_cosmos_storage.py
@@ -8,7 +8,7 @@
8
# local cosmosdb emulator instance cosmos_db_config
9
cosmos_db_config = CosmosDbConfig(
10
endpoint='https://localhost:8081',
11
- masterkey='<key for emulator>',
+ masterkey='C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==',
12
database='test-db',
13
container='bot-storage'
14
)
0 commit comments