moved json to configs folder

This commit is contained in:
Nishtha Ahuja 2025-02-17 15:39:30 +05:30
parent 692a852194
commit c89901eb2c
2 changed files with 1 additions and 1 deletions

View File

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