aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-08 10:19:42 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-08 10:19:42 +0200
commit938d519b992656126b690d8de2b054d4e6566a1d (patch)
treec2eaa72d448e6ad725e16fc35c332d610fab01bc /src/config.js
parent#87 Use FERDI_APPDATA_DIR instead of FERDI_USERDATA_DIR (diff)
downloadferdium-app-938d519b992656126b690d8de2b054d4e6566a1d.tar.gz
ferdium-app-938d519b992656126b690d8de2b054d4e6566a1d.tar.zst
ferdium-app-938d519b992656126b690d8de2b054d4e6566a1d.zip
Switch to custom Ferdi API
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config.js b/src/config.js
index d46db36dc..cd1b2a6c2 100644
--- a/src/config.js
+++ b/src/config.js
@@ -12,7 +12,7 @@ export const CHECK_INTERVAL = ms('1h'); // How often should we perform checks
12 12
13export const LOCAL_API = 'http://localhost:3000'; 13export const LOCAL_API = 'http://localhost:3000';
14export const DEV_API = 'https://dev.franzinfra.com'; 14export const DEV_API = 'https://dev.franzinfra.com';
15export const LIVE_API = 'https://api.franzinfra.com'; 15export const LIVE_API = 'https://api.getferdi.com';
16 16
17export const LOCAL_WS_API = 'ws://localhost:3000'; 17export const LOCAL_WS_API = 'ws://localhost:3000';
18export const DEV_WS_API = 'wss://dev.franzinfra.com'; 18export const DEV_WS_API = 'wss://dev.franzinfra.com';
@@ -21,7 +21,7 @@ export const LIVE_WS_API = 'wss://api.franzinfra.com';
21export const LOCAL_API_WEBSITE = 'http://localhost:3333'; 21export const LOCAL_API_WEBSITE = 'http://localhost:3333';
22// export const DEV_API_WEBSITE = 'https://meetfranz.com';t 22// export const DEV_API_WEBSITE = 'https://meetfranz.com';t
23export const DEV_API_WEBSITE = 'http://hash-58883791519ef6288c952316bdce7fb462283893.franzstaging.com/'; // TODO: revert me 23export const DEV_API_WEBSITE = 'http://hash-58883791519ef6288c952316bdce7fb462283893.franzstaging.com/'; // TODO: revert me
24export const LIVE_API_WEBSITE = 'https://meetfranz.com'; 24export const LIVE_API_WEBSITE = 'https://getferdi.com';
25 25
26export const STATS_API = 'https://stats.franzinfra.com'; 26export const STATS_API = 'https://stats.franzinfra.com';
27 27
@@ -99,8 +99,8 @@ export const DEFAULT_WINDOW_OPTIONS = {
99 y: 0, 99 y: 0,
100}; 100};
101 101
102export const FRANZ_SERVICE_REQUEST = 'https://bit.ly/franz-plugin-docs'; 102export const FRANZ_SERVICE_REQUEST = 'https://github.com/getferdi/recipes/issues';
103export const FRANZ_TRANSLATION = 'https://bit.ly/franz-translate'; 103export const FRANZ_TRANSLATION = 'https://crowdin.com/project/getferdi';
104export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub'; 104export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub';
105 105
106export const FILE_SYSTEM_SETTINGS_TYPES = [ 106export const FILE_SYSTEM_SETTINGS_TYPES = [