mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-06-11 15:07:30 +01:00
working changes
This commit is contained in:
@@ -446,10 +446,6 @@ export enum PoolIdType {
|
|||||||
QueryCopilot = "query-copilot",
|
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 {
|
export class Notebook {
|
||||||
public static readonly defaultBasePath = "./notebooks";
|
public static readonly defaultBasePath = "./notebooks";
|
||||||
public static readonly heartbeatDelayMs = 60000;
|
public static readonly heartbeatDelayMs = 60000;
|
||||||
|
|||||||
@@ -2,4 +2,3 @@ const emulatorConfig = require("./emulatorConfig.json");
|
|||||||
|
|
||||||
export const EmulatorMasterKey = emulatorConfig.EmulatorMasterKey || "";
|
export const EmulatorMasterKey = emulatorConfig.EmulatorMasterKey || "";
|
||||||
export const emulatorAccount = emulatorConfig.Account || {};
|
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": {
|
"Account": {
|
||||||
"name": "",
|
"name": "",
|
||||||
"id": "",
|
"id": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user