aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-02 11:29:38 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-02 11:29:38 +0200
commitbf386622630711eb70aea0cfe172201bab01d899 (patch)
tree7762a9e64e96881c27bbefa4ff34a746c2464e3a /src/config.js
parentRemove user type from signup (diff)
downloadferdium-app-bf386622630711eb70aea0cfe172201bab01d899.tar.gz
ferdium-app-bf386622630711eb70aea0cfe172201bab01d899.tar.zst
ferdium-app-bf386622630711eb70aea0cfe172201bab01d899.zip
Add "see all options"
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.js b/src/config.js
index cce187b30..c0b5fe954 100644
--- a/src/config.js
+++ b/src/config.js
@@ -19,7 +19,7 @@ export const DEV_WS_API = 'wss://dev.franzinfra.com';
19export const LIVE_WS_API = 'wss://api.franzinfra.com'; 19export const LIVE_WS_API = 'wss://api.franzinfra.com';
20 20
21export const LOCAL_API_WEBSITE = 'http://localhost:3333'; 21export const LOCAL_API_WEBSITE = 'http://localhost:3333';
22// export const DEV_API_WEBSITE = 'https://meetfranz.com'; 22// export const DEV_API_WEBSITE = 'https://meetfranz.com';t
23export const DEV_API_WEBSITE = 'http://hash-3ac3ccd2472269cf585c58a4f6973d86f3c9e7bd.franzstaging.com/'; // TODO: revert me 23export const DEV_API_WEBSITE = 'http://hash-3ac3ccd2472269cf585c58a4f6973d86f3c9e7bd.franzstaging.com/'; // TODO: revert me
24export const LIVE_API_WEBSITE = 'https://meetfranz.com'; 24export const LIVE_API_WEBSITE = 'https://meetfranz.com';
25 25