From 8a4c09f91a723e3c520f8cbbd89553b2dec5e5bb8aaee0b12f05c61e0da887eb Mon Sep 17 00:00:00 2001 From: jeekkaaaa Date: Wed, 16 Apr 2025 22:32:05 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..ec60501 --- /dev/null +++ b/.env @@ -0,0 +1,3 @@ +NEXTAUTH_URL=http://localhost:3000/api/v1/auth +NEXTAUTH_SECRET=password +POSTGRES_PASSWORD=password \ No newline at end of file