aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-02-12 11:22:03 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-02-12 11:22:03 +0100
commit597dd08743bed7e75b2eaf4bd276a4cfcab22ac9 (patch)
tree631324f054e2bd532fb5f9869b4dde180b31efc4 /src/config.js
parentMerge branch 'develop' into publish-debug (diff)
downloadferdium-app-597dd08743bed7e75b2eaf4bd276a4cfcab22ac9.tar.gz
ferdium-app-597dd08743bed7e75b2eaf4bd276a4cfcab22ac9.tar.zst
ferdium-app-597dd08743bed7e75b2eaf4bd276a4cfcab22ac9.zip
Update debugger URL to production API
Diffstat (limited to 'src/config.js')
-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';