aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Config.js b/src/Config.js
index 19a896b..f45b610 100644
--- a/src/Config.js
+++ b/src/Config.js
@@ -1,5 +1,6 @@
/* eslint-env node */
-export const API_URL = import.meta.env.VITE_APP_API_URL //|| 'http://localhost:8000'
+export const API_URL =
+ import.meta.env.VITE_APP_API_URL || 'http://localhost:2021'
export const REDIRECT_URL = import.meta.env.VITE_APP_REDIRECT_URL //|| 'http://localhost:3000'
export const GOOGLE_CLIENT_ID = import.meta.env.VITE_APP_GOOGLE_CLIENT_ID
export const ENVIROMENT = import.meta.env.VITE_APP_ENVIROMENT