From edab9343dd26a72d4fd5ecfea45e8ddb91cb312d Mon Sep 17 00:00:00 2001 From: Liam <67254223+RealFascinated@users.noreply.github.com> Date: Wed, 26 Oct 2022 17:16:41 +0100 Subject: [PATCH] Add .env to .gitignore --- .env | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index a790d5b..fc93d08 100644 --- a/.env +++ b/.env @@ -8,5 +8,5 @@ REACT_APP_SITE_URL=https://bs-overlay.fascinated.cc REDIS_PORT=6379 REDIS_HOST=195.154.220.97 -REDIS_PASSWORD=zgrq2L7TmhRLvwrBcosaSLi3pMjq6x7Arz4W2M3zDHt4 +REDIS_PASSWORD=MgBRogibXR72hFSrCmZtYgfxGqkJ44SWpYkb8TAEAeC2 REDIS_DATABASE=0 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 14917fc..7673fd9 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ yarn-error.log* .env.development.local .env.test.local .env.production.local +.env # vercel .vercel