aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-07-18 15:53:09 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-07-18 15:53:09 +0200
commit2cc2042043c0dc4c3d60ecb35a9a08b57653c908 (patch)
tree70fa269ba33f604b98ad2dafa2b2ae928b386f0e /src/config.js
parentbasic integration of todos as static sidebar (diff)
downloadferdium-app-2cc2042043c0dc4c3d60ecb35a9a08b57653c908.tar.gz
ferdium-app-2cc2042043c0dc4c3d60ecb35a9a08b57653c908.tar.zst
ferdium-app-2cc2042043c0dc4c3d60ecb35a9a08b57653c908.zip
Add production and dev urls for todos frontend
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 5bc318545..6968f8500 100644
--- a/src/config.js
+++ b/src/config.js
@@ -24,6 +24,10 @@ export const LIVE_API_WEBSITE = 'https://meetfranz.com';
24 24
25export const STATS_API = 'https://stats.franzinfra.com'; 25export const STATS_API = 'https://stats.franzinfra.com';
26 26
27export const LOCAL_TODOS_FRONTEND_URL = 'http://localhost:4000';
28export const PRODUCTION_TODOS_FRONTEND_URL = 'https://franz-todos.netlify.com';
29export const DEVELOPMENT_TODOS_FRONTEND_URL = 'https://development--franz-todos.netlify.com';
30
27export const GA_ID = !isDevMode ? 'UA-74126766-10' : 'UA-74126766-12'; 31export const GA_ID = !isDevMode ? 'UA-74126766-10' : 'UA-74126766-12';
28 32
29export const DEFAULT_APP_SETTINGS = { 33export const DEFAULT_APP_SETTINGS = {