removed .env (whoops my bad)
This commit is contained in:
parent
96b6633474
commit
657fa1f49a
2 changed files with 1 additions and 3 deletions
3
.env
3
.env
|
@ -1,3 +0,0 @@
|
||||||
DISCORD_ID=807477472375341066
|
|
||||||
DISCORD_SECRET=LK6GfzRsRqxMC8I2l9LgVFK-tkt0GM3o
|
|
||||||
DATABASE_URL=mongodb+srv://cathtest:gae2021@cluster0.gzyzj.mongodb.net/Data
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -25,6 +25,7 @@ yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
# local env files
|
# local env files
|
||||||
|
.env
|
||||||
.env.local
|
.env.local
|
||||||
.env.development.local
|
.env.development.local
|
||||||
.env.test.local
|
.env.test.local
|
||||||
|
|
Loading…
Reference in a new issue