From 9cfac4d8e67160998f9ba004de0752a8b05a8110 Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:04:47 +0800 Subject: [PATCH] remove .env --- .env | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index ca8bb54..0000000 --- a/.env +++ /dev/null @@ -1,5 +0,0 @@ -NEXTAUTH_SECRET=abc123 -POSTGRES_URL="postgresql://postgres:abc123@localhost:5432/todo?schema=public" -POSTGRES_URL_NON_POOLING="postgresql://postgres:abc123@localhost:5432/todo?schema=public" -GITHUB_ID= -GITHUB_SECRET=