mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 17:01:13 +00:00
moved json to configs folder
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const emulatorConfig = require("./emulatorConfig.json");
|
||||
import emulatorConfig from "../../../configs/emulator.json";
|
||||
|
||||
export const EmulatorMasterKey = emulatorConfig.EmulatorMasterKey || "";
|
||||
export const emulatorAccount = emulatorConfig.Account || {};
|
||||
|
||||
Reference in New Issue
Block a user