OSDN Git Service

Delete .env
authorNknight AMAMIYA <88763245+nknighta@users.noreply.github.com>
Wed, 26 Apr 2023 02:29:36 +0000 (11:29 +0900)
committerGitHub <noreply@github.com>
Wed, 26 Apr 2023 02:29:36 +0000 (11:29 +0900)
.env [deleted file]

diff --git a/.env b/.env
deleted file mode 100644 (file)
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"