From 657fa1f49a4f0d872fc2b49cf3bfcb7ebefc67bd Mon Sep 17 00:00:00 2001 From: qt coder Date: Mon, 21 Jun 2021 18:29:16 +0800 Subject: [PATCH] removed .env (whoops my bad) --- .env | 3 --- .gitignore | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index bc75ef3..0000000 --- a/.env +++ /dev/null @@ -1,3 +0,0 @@ -DISCORD_ID=807477472375341066 -DISCORD_SECRET=LK6GfzRsRqxMC8I2l9LgVFK-tkt0GM3o -DATABASE_URL=mongodb+srv://cathtest:gae2021@cluster0.gzyzj.mongodb.net/Data \ No newline at end of file diff --git a/.gitignore b/.gitignore index 1437c53..74b7586 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ yarn-debug.log* yarn-error.log* # local env files +.env .env.local .env.development.local .env.test.local