aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts24
1 files changed, 12 insertions, 12 deletions
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;
11export const LOCAL_API = 'http://localhost:3000'; 11export const LOCAL_API = 'http://localhost:3000';
12export const DEV_FRANZ_API = 'https://dev.franzinfra.com'; 12export const DEV_FRANZ_API = 'https://dev.franzinfra.com';
13 13
14export const LIVE_FERDI_API = 'https://api.getferdi.com'; 14export const LIVE_FERDIUM_API = 'https://api.ferdium.org';
15export const LIVE_FRANZ_API = 'https://api.franzinfra.com'; 15export const LIVE_FRANZ_API = 'https://api.franzinfra.com';
16 16
17// URL used to submit debugger information, see https://github.com/getferdi/debugger 17// URL used to submit debugger information, see https://github.com/ferdium/debugger
18export const DEBUG_API = 'https://debug.getferdi.com'; 18export const DEBUG_API = 'https://debug.ferdium.org';
19 19
20export const LOCAL_WS_API = 'ws://localhost:3000'; 20export const LOCAL_WS_API = 'ws://localhost:3000';
21export const DEV_WS_API = 'wss://dev.franzinfra.com'; 21export const DEV_WS_API = 'wss://dev.franzinfra.com';
@@ -23,7 +23,7 @@ export const LIVE_WS_API = 'wss://api.franzinfra.com';
23 23
24export const LOCAL_API_WEBSITE = 'http://localhost:3333'; 24export const LOCAL_API_WEBSITE = 'http://localhost:3333';
25export const DEV_API_FRANZ_WEBSITE = 'https://meetfranz.com'; 25export const DEV_API_FRANZ_WEBSITE = 'https://meetfranz.com';
26export const LIVE_API_FERDI_WEBSITE = 'https://getferdi.com'; 26export const LIVE_API_FERDIUM_WEBSITE = 'https://ferdium.org';
27 27
28export const STATS_API = 'https://stats.franzinfra.com'; 28export const STATS_API = 'https://stats.franzinfra.com';
29 29
@@ -159,17 +159,17 @@ export const DEFAULT_WINDOW_OPTIONS = {
159}; 159};
160 160
161export const GITHUB_FRANZ_URL = 'https://github.com/meetfranz'; 161export const GITHUB_FRANZ_URL = 'https://github.com/meetfranz';
162export const GITHUB_FERDI_URL = 'https://github.com/getferdi'; 162export const GITHUB_FERDIUM_URL = 'https://github.com/ferdium';
163export const FRANZ_SERVICE_REQUEST = `${GITHUB_FERDI_URL}/recipes/issues`; 163export const FRANZ_SERVICE_REQUEST = `${GITHUB_FERDIUM_URL}/recipes/issues`;
164export const FRANZ_TRANSLATION = 'https://crowdin.com/project/getferdi'; 164export const FRANZ_TRANSLATION = 'https://crowdin.com/project/ferdium';
165export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub'; 165export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub';
166 166
167export const FILE_SYSTEM_SETTINGS_TYPES = ['app', 'proxy']; 167export const FILE_SYSTEM_SETTINGS_TYPES = ['app', 'proxy'];
168 168
169export const LOCAL_SERVER = 'You are using Ferdi without a server'; 169export const LOCAL_SERVER = 'You are using Ferdium without a server';
170export const SERVER_NOT_LOADED = 'Ferdi::SERVER_NOT_LOADED'; 170export const SERVER_NOT_LOADED = 'Ferdium::SERVER_NOT_LOADED';
171 171
172export const ALLOWED_PROTOCOLS = ['https:', 'http:', 'ftp:', 'ferdi:']; 172export const ALLOWED_PROTOCOLS = ['https:', 'http:', 'ftp:', 'ferdium:'];
173 173
174export const DEFAULT_SETTING_KEEP_ALL_WORKSPACES_LOADED = false; 174export const DEFAULT_SETTING_KEEP_ALL_WORKSPACES_LOADED = false;
175 175
@@ -214,8 +214,8 @@ export const DEFAULT_APP_SETTINGS = {
214 enableGPUAcceleration: true, 214 enableGPUAcceleration: true,
215 enableGlobalHideShortcut: false, 215 enableGlobalHideShortcut: false,
216 216
217 // Ferdi specific options 217 // Ferdium specific options
218 server: LIVE_FERDI_API, 218 server: LIVE_FERDIUM_API,
219 predefinedTodoServer: DEFAULT_TODO_SERVICE, 219 predefinedTodoServer: DEFAULT_TODO_SERVICE,
220 autohideMenuBar: false, 220 autohideMenuBar: false,
221 lockingFeatureEnabled: false, 221 lockingFeatureEnabled: false,