aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-08-28 11:20:47 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-08-28 11:20:47 +0200
commitdac68d817aafc509e5d16553204d7ed91a1a144b (patch)
tree460368f020727a12b871747e06a4f012a731be61 /src
parentUpdate i18n files (diff)
downloadferdium-app-dac68d817aafc509e5d16553204d7ed91a1a144b.tar.gz
ferdium-app-dac68d817aafc509e5d16553204d7ed91a1a144b.tar.zst
ferdium-app-dac68d817aafc509e5d16553204d7ed91a1a144b.zip
replace dev website with staging
Diffstat (limited to 'src')
-rw-r--r--src/config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.js b/src/config.js
index 66adedfc6..cce187b30 100644
--- a/src/config.js
+++ b/src/config.js
@@ -19,7 +19,8 @@ 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';
22export const DEV_API_WEBSITE = 'https://meetfranz.com'; 22// export const DEV_API_WEBSITE = 'https://meetfranz.com';
23export const DEV_API_WEBSITE = 'http://hash-3ac3ccd2472269cf585c58a4f6973d86f3c9e7bd.franzstaging.com/'; // TODO: revert me
23export const LIVE_API_WEBSITE = 'https://meetfranz.com'; 24export const LIVE_API_WEBSITE = 'https://meetfranz.com';
24 25
25export const STATS_API = 'https://stats.franzinfra.com'; 26export const STATS_API = 'https://stats.franzinfra.com';