UNPKG

@intlayer/config

Version:

Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.

24 lines (22 loc) 812 B
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); //#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 exports.APPLICATION_URL = APPLICATION_URL; exports.BACKEND_URL = BACKEND_URL; exports.CMS_URL = CMS_URL; exports.DICTIONARY_PRIORITY_STRATEGY = DICTIONARY_PRIORITY_STRATEGY; exports.EDITOR_URL = EDITOR_URL; exports.IS_ENABLED = IS_ENABLED; exports.LIVE_SYNC = LIVE_SYNC; exports.LIVE_SYNC_PORT = LIVE_SYNC_PORT; exports.PORT = PORT; //# sourceMappingURL=editor.cjs.map