From 9a9d62ae36f4768b1b7f2cc5807a1e2d45716d5d Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Mon, 26 Jun 2023 18:52:25 +0100 Subject: [PATCH] env files and faq added --- .env | 5 ++- .env.development | 4 ++ .env.production | 4 ++ public/index.html | 3 ++ src/Routes.js | 3 +- src/Services/ContactData.js | 2 +- src/components/FAQ/Index.js | 29 ++++++++++++++ src/components/HomeOne/HeroHomeOne.js | 6 +-- src/components/Service/FAQServices.js | 56 +++++++++++++++++++++++++++ 9 files changed, 106 insertions(+), 6 deletions(-) create mode 100644 .env.development create mode 100644 .env.production create mode 100644 src/components/FAQ/Index.js create mode 100644 src/components/Service/FAQServices.js 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 @@ + + +