aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-04-09 01:20:35 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-04-09 01:20:35 +0200
commit25fc276d5e3f754f915500e91229b8607febc478 (patch)
tree1875b74611d2cc7be8c6b040dae55ede89e51356 /src/config.js
parentupdate strings (diff)
downloadferdium-app-25fc276d5e3f754f915500e91229b8607febc478.tar.gz
ferdium-app-25fc276d5e3f754f915500e91229b8607febc478.tar.zst
ferdium-app-25fc276d5e3f754f915500e91229b8607febc478.zip
Add settings websocket
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';