From f377326b485c5ea1d1f09195c361992499ce6103 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Mon, 21 Aug 2023 11:38:51 +0100 Subject: [PATCH] removed flutter api key from env variables --- .env | 1 - .env.development | 1 - .env.production | 1 - 3 files changed, 3 deletions(-) diff --git a/.env b/.env index 5760646..e93dae5 100644 --- a/.env +++ b/.env @@ -24,7 +24,6 @@ REACT_APP_SESSION_EXPIRE_CHECKER=60000 REACT_APP_LOGIN_ERROR_TIMEOUT=7000 REACT_APP_SIGNUP_ERROR_TIMEOUT=7000 -REACT_APP_FLUTTERWAVE_APIKEY=FLWPUBK_TEST-54c90141b028789d671067bd72f781a9-X # Had to change the error time to 3sec cause it took too long REACT_APP_RESET_START_ERROR_TIMEOUT=3000 diff --git a/.env.development b/.env.development index 2c25759..4b9bb76 100644 --- a/.env.development +++ b/.env.development @@ -24,7 +24,6 @@ REACT_APP_SESSION_EXPIRE_CHECKER=60000 REACT_APP_LOGIN_ERROR_TIMEOUT=7000 REACT_APP_SIGNUP_ERROR_TIMEOUT=7000 -REACT_APP_FLUTTERWAVE_APIKEY=FLWPUBK_TEST-54c90141b028789d671067bd72f781a9-X # Had to change the error time to 3sec cause it took too long REACT_APP_RESET_START_ERROR_TIMEOUT=3000 diff --git a/.env.production b/.env.production index 02e59c6..b866259 100644 --- a/.env.production +++ b/.env.production @@ -24,7 +24,6 @@ REACT_APP_SESSION_EXPIRE_CHECKER=60000 REACT_APP_LOGIN_ERROR_TIMEOUT=7000 REACT_APP_SIGNUP_ERROR_TIMEOUT=7000 -REACT_APP_FLUTTERWAVE_APIKEY=FLWPUBK_TEST-54c90141b028789d671067bd72f781a9-X # Had to change the error time to 3sec cause it took too long REACT_APP_RESET_START_ERROR_TIMEOUT=3000