@intlayer/config
Version:
Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.
14 lines (13 loc) • 542 B
JavaScript
//#region src/defaultValues/editor.ts
const APPLICATION_URL = void 0;
const EDITOR_URL = "http://localhost:8000";
const CMS_URL = "https://app.intlayer.org";
const BACKEND_URL = "https://back.intlayer.org";
const PORT = 8e3;
const IS_ENABLED = false;
const LIVE_SYNC = false;
const DICTIONARY_PRIORITY_STRATEGY = "local_first";
const LIVE_SYNC_PORT = 4e3;
//#endregion
export { APPLICATION_URL, BACKEND_URL, CMS_URL, DICTIONARY_PRIORITY_STRATEGY, EDITOR_URL, IS_ENABLED, LIVE_SYNC, LIVE_SYNC_PORT, PORT };
//# sourceMappingURL=editor.mjs.map