summaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-29 21:18:14 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-29 21:18:14 +0100
commitcddfc5027b84d8b201714f4198d4314b02c3c4c7 (patch)
tree348146bdf96f11c70ddefbaac420df6e370d70c7 /src/config.js
parent Add @ammarmalhas as a contributor (diff)
downloadferdium-app-cddfc5027b84d8b201714f4198d4314b02c3c4c7.tar.gz
ferdium-app-cddfc5027b84d8b201714f4198d4314b02c3c4c7.tar.zst
ferdium-app-cddfc5027b84d8b201714f4198d4314b02c3c4c7.zip
Add publish debug log option
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 1db881d35..834f89d01 100644
--- a/src/config.js
+++ b/src/config.js
@@ -14,6 +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';
18
17export const LOCAL_WS_API = 'ws://localhost:3000'; 19export const LOCAL_WS_API = 'ws://localhost:3000';
18export const DEV_WS_API = 'wss://dev.franzinfra.com'; 20export const DEV_WS_API = 'wss://dev.franzinfra.com';
19export const LIVE_WS_API = 'wss://api.franzinfra.com'; 21export const LIVE_WS_API = 'wss://api.franzinfra.com';