UNPKG

@intlayer/config

Version:

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

41 lines (39 loc) 1.32 kB
const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs'); //#region src/defaultValues/editor.ts var editor_exports = /* @__PURE__ */ require_rolldown_runtime.__export({ APPLICATION_URL: () => APPLICATION_URL, BACKEND_URL: () => BACKEND_URL, CMS_URL: () => CMS_URL, DICTIONARY_PRIORITY_STRATEGY: () => DICTIONARY_PRIORITY_STRATEGY, EDITOR_URL: () => EDITOR_URL, IS_ENABLED: () => IS_ENABLED, LIVE_SYNC: () => LIVE_SYNC, LIVE_SYNC_PORT: () => LIVE_SYNC_PORT, PORT: () => PORT }); const APPLICATION_URL = ""; const EDITOR_URL = "http://localhost:8000"; const CMS_URL = "https://intlayer.org"; const PORT = 8e3; const BACKEND_URL = "https://back.intlayer.org"; const IS_ENABLED = true; const LIVE_SYNC = true; 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; Object.defineProperty(exports, 'editor_exports', { enumerable: true, get: function () { return editor_exports; } }); //# sourceMappingURL=editor.cjs.map