From d0b232f04a3480b24dd290196e83fb65b4e44433 Mon Sep 17 00:00:00 2001 From: Nknight AMAMIYA <88763245+nknighta@users.noreply.github.com> Date: Wed, 26 Apr 2023 11:29:36 +0900 Subject: [PATCH] Delete .env --- .env | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index ad68a92..0000000 --- a/.env +++ /dev/null @@ -1,10 +0,0 @@ -NEXT_PUBLIC_TEST="DEV" -NEXT_PUBLIC_URL="http://localhost:4100" -# This was inserted by `prisma init`: -# 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="postgresql://postgre:postgres@localhost:5432/mydb?schema=public" -- 2.11.0