aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-04-08 15:18:58 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-04-08 15:18:58 +0200
commitea71fced95a6923926c92ada523840ebdbd0ef64 (patch)
treeed5542a00b12a870fd6c426cad65b6daa797ebd6 /src/config.js
parentremove console log (diff)
downloadferdium-app-ea71fced95a6923926c92ada523840ebdbd0ef64.tar.gz
ferdium-app-ea71fced95a6923926c92ada523840ebdbd0ef64.tar.zst
ferdium-app-ea71fced95a6923926c92ada523840ebdbd0ef64.zip
Replace invoices & subscription info with links to website
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 479572edb..4423e61e9 100644
--- a/src/config.js
+++ b/src/config.js
@@ -12,6 +12,11 @@ export const CHECK_INTERVAL = ms('1h'); // How often should we perform checks
12export const LOCAL_API = 'http://localhost:3000'; 12export 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
16export const LOCAL_API_WEBSITE = 'http://localhost:3333';
17export const DEV_API_WEBSITE = 'https://meetfranz.com';
18export const LIVE_API_WEBSITE = 'https://meetfranz.com';
19
15export const GA_ID = !isDevMode ? 'UA-74126766-10' : 'UA-74126766-12'; 20export const GA_ID = !isDevMode ? 'UA-74126766-10' : 'UA-74126766-12';
16 21
17export const DEFAULT_APP_SETTINGS = { 22export const DEFAULT_APP_SETTINGS = {