working changes

This commit is contained in:
Nishtha Ahuja 2025-02-11 14:43:34 +05:30
parent 7395fd9780
commit 692a852194
3 changed files with 1 additions and 6 deletions

View File

@ -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;

View File

@ -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);

View File

@ -1,5 +1,5 @@
{
"EmulatorMasterKey": "rFiKJU8m8BhOGhL5EmVP94ITQA5Qsk+sy7OmjzF7SgV5j8WhqGp/WzDrTJBtmXso6WzGaU9OppuvGa0gb/XwDQ==",
"EmulatorMasterKey": "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==",
"Account": {
"name": "",
"id": "",