From 699224fca0f07c7c1c0feec08391ff686fbae263 Mon Sep 17 00:00:00 2001 From: kjy Date: Fri, 28 Nov 2025 08:59:33 +0900 Subject: [PATCH] =?UTF-8?q?.env=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 7 +++++++ .gitignore | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..c498ab5 --- /dev/null +++ b/.env @@ -0,0 +1,7 @@ +# Environment variables declared in this file are automatically made available to Prisma. +# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema + +# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB. +# See the documentation for all the connection string options: https://pris.ly/d/connection-strings + +DATABASE_URL="file:./dev.db" \ No newline at end of file diff --git a/.gitignore b/.gitignore index 2662a3a..bb7b645 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,6 @@ _.log report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json # dotenv environment variable files -.env .env.development.local .env.test.local .env.production.local