aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.js b/src/config.js
index b5314ab8e..d19a4b8b4 100644
--- a/src/config.js
+++ b/src/config.js
@@ -14,7 +14,8 @@ export 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.getferdi.com'; 15export const LIVE_API = 'https://api.getferdi.com';
16 16
17export const DEBUG_API = 'http://localhost:3333'; 17// URL used to submit debugger information, see https://github.com/getferdi/debugger
18export const DEBUG_API = 'https://debug.getferdi.com';
18 19
19export const LOCAL_WS_API = 'ws://localhost:3000'; 20export const LOCAL_WS_API = 'ws://localhost:3000';
20export const DEV_WS_API = 'wss://dev.franzinfra.com'; 21export const DEV_WS_API = 'wss://dev.franzinfra.com';