From 210131ca184c3aa043371857c022aa1aa149efbf Mon Sep 17 00:00:00 2001 From: Aditya Mangalampalli Date: Fri, 15 Apr 2022 02:00:25 -0700 Subject: Matched casing for almost all replacements --- src/config.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/config.ts') diff --git a/src/config.ts b/src/config.ts index 3dbcd809b..5aa5ea5aa 100644 --- a/src/config.ts +++ b/src/config.ts @@ -11,11 +11,11 @@ export const LOCAL_PORT = 45_569; export const LOCAL_API = 'http://localhost:3000'; export const DEV_FRANZ_API = 'https://dev.franzinfra.com'; -export const LIVE_FERDI_API = 'https://api.getferdi.com'; +export const LIVE_FERDIUM_API = 'https://api.ferdium.org'; export const LIVE_FRANZ_API = 'https://api.franzinfra.com'; -// URL used to submit debugger information, see https://github.com/getferdi/debugger -export const DEBUG_API = 'https://debug.getferdi.com'; +// URL used to submit debugger information, see https://github.com/ferdium/debugger +export const DEBUG_API = 'https://debug.ferdium.org'; export const LOCAL_WS_API = 'ws://localhost:3000'; export const DEV_WS_API = 'wss://dev.franzinfra.com'; @@ -23,7 +23,7 @@ export const LIVE_WS_API = 'wss://api.franzinfra.com'; export const LOCAL_API_WEBSITE = 'http://localhost:3333'; export const DEV_API_FRANZ_WEBSITE = 'https://meetfranz.com'; -export const LIVE_API_FERDI_WEBSITE = 'https://getferdi.com'; +export const LIVE_API_FERDIUM_WEBSITE = 'https://ferdium.org'; export const STATS_API = 'https://stats.franzinfra.com'; @@ -159,17 +159,17 @@ export const DEFAULT_WINDOW_OPTIONS = { }; export const GITHUB_FRANZ_URL = 'https://github.com/meetfranz'; -export const GITHUB_FERDI_URL = 'https://github.com/getferdi'; -export const FRANZ_SERVICE_REQUEST = `${GITHUB_FERDI_URL}/recipes/issues`; -export const FRANZ_TRANSLATION = 'https://crowdin.com/project/getferdi'; +export const GITHUB_FERDIUM_URL = 'https://github.com/ferdium'; +export const FRANZ_SERVICE_REQUEST = `${GITHUB_FERDIUM_URL}/recipes/issues`; +export const FRANZ_TRANSLATION = 'https://crowdin.com/project/ferdium'; export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub'; export const FILE_SYSTEM_SETTINGS_TYPES = ['app', 'proxy']; -export const LOCAL_SERVER = 'You are using Ferdi without a server'; -export const SERVER_NOT_LOADED = 'Ferdi::SERVER_NOT_LOADED'; +export const LOCAL_SERVER = 'You are using Ferdium without a server'; +export const SERVER_NOT_LOADED = 'Ferdium::SERVER_NOT_LOADED'; -export const ALLOWED_PROTOCOLS = ['https:', 'http:', 'ftp:', 'ferdi:']; +export const ALLOWED_PROTOCOLS = ['https:', 'http:', 'ftp:', 'ferdium:']; export const DEFAULT_SETTING_KEEP_ALL_WORKSPACES_LOADED = false; @@ -214,8 +214,8 @@ export const DEFAULT_APP_SETTINGS = { enableGPUAcceleration: true, enableGlobalHideShortcut: false, - // Ferdi specific options - server: LIVE_FERDI_API, + // Ferdium specific options + server: LIVE_FERDIUM_API, predefinedTodoServer: DEFAULT_TODO_SERVICE, autohideMenuBar: false, lockingFeatureEnabled: false, -- cgit v1.2.3-70-g09d2