mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-10-13 15:28:05 +01:00
working changes
This commit is contained in:
parent
7395fd9780
commit
692a852194
@ -446,10 +446,6 @@ export enum PoolIdType {
|
||||
QueryCopilot = "query-copilot",
|
||||
}
|
||||
|
||||
// export const EmulatorMasterKey =
|
||||
// //[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Well known public masterKey for emulator")]
|
||||
// "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==";
|
||||
|
||||
export class Notebook {
|
||||
public static readonly defaultBasePath = "./notebooks";
|
||||
public static readonly heartbeatDelayMs = 60000;
|
||||
|
@ -2,4 +2,3 @@ const emulatorConfig = require("./emulatorConfig.json");
|
||||
|
||||
export const EmulatorMasterKey = emulatorConfig.EmulatorMasterKey || "";
|
||||
export const emulatorAccount = emulatorConfig.Account || {};
|
||||
console.log("I am master", EmulatorMasterKey);
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"EmulatorMasterKey": "rFiKJU8m8BhOGhL5EmVP94ITQA5Qsk+sy7OmjzF7SgV5j8WhqGp/WzDrTJBtmXso6WzGaU9OppuvGa0gb/XwDQ==",
|
||||
"EmulatorMasterKey": "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==",
|
||||
"Account": {
|
||||
"name": "",
|
||||
"id": "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user