aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 4423e61e9..05ee07ee5 100644
--- a/src/config.js
+++ b/src/config.js
@@ -13,6 +13,10 @@ export const LOCAL_API = 'http://localhost:3000';
13export const DEV_API = 'https://dev.franzinfra.com'; 13export const DEV_API = 'https://dev.franzinfra.com';
14export const LIVE_API = 'https://api.franzinfra.com'; 14export const LIVE_API = 'https://api.franzinfra.com';
15 15
16export const LOCAL_WS_API = 'ws://localhost:3000';
17export const DEV_WS_API = 'wss://dev.franzinfra.com';
18export const LIVE_WS_API = 'wss://api.franzinfra.com';
19
16export const LOCAL_API_WEBSITE = 'http://localhost:3333'; 20export const LOCAL_API_WEBSITE = 'http://localhost:3333';
17export const DEV_API_WEBSITE = 'https://meetfranz.com'; 21export const DEV_API_WEBSITE = 'https://meetfranz.com';
18export const LIVE_API_WEBSITE = 'https://meetfranz.com'; 22export const LIVE_API_WEBSITE = 'https://meetfranz.com';