From d4e5a64b8432525174776177ab38fa4a8fe20486 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Sat, 18 Dec 2021 08:10:20 +0200 Subject: [PATCH] Stopped tracking .env file --- .env | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 73496e2ef..000000000 --- a/.env +++ /dev/null @@ -1,12 +0,0 @@ -// replace with your own PostgreSQL database connection string -DATABASE_URL=postgresql://sendou@localhost:5432/sendou_ink_trpc?schema=public - -// these are needed for logging in. -// you can get them by making an application on https://discord.com/developers -DISCORD_CLIENT_ID=581483359159582722 -DISCORD_CLIENT_SECRET=qxFxBlALcRsqUG2m7WYLHJ8rzjbddBTx -DISCORD_CALLBACK_URL=http://localhost:3000/auth/discord/callback -COOKIE_SECRET=secret -FRONTEND_URL=http://localhost:3000 - -VITE_BACKEND_URL=http://localhost:3001