diff --git a/.env b/.env
index ea1372f..08e064a 100644
--- a/.env
+++ b/.env
@@ -1 +1,4 @@
-ESLINT_NO_DEV_ERRORS=true
\ No newline at end of file
+ESLINT_NO_DEV_ERRORS=true
+
+REACT_APP_AUX_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1"
+REACT_APP_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1"
diff --git a/.env.development b/.env.development
new file mode 100644
index 0000000..7b89cab
--- /dev/null
+++ b/.env.development
@@ -0,0 +1,4 @@
+ESLINT_NO_DEV_ERRORS=true
+
+REACT_APP_AUX_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1"
+REACT_APP_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1"
\ No newline at end of file
diff --git a/.env.production b/.env.production
new file mode 100644
index 0000000..7b89cab
--- /dev/null
+++ b/.env.production
@@ -0,0 +1,4 @@
+ESLINT_NO_DEV_ERRORS=true
+
+REACT_APP_AUX_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1"
+REACT_APP_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1"
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index 44c1f41..8dcd232 100755
--- a/public/index.html
+++ b/public/index.html
@@ -55,6 +55,9 @@
+
+
+