-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
26 lines (18 loc) · 1.29 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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://johndoe:randompassword@localhost:5432/mydb?schema=public"
# 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
#NEXT_PUBLIC_AUTH_CREDENTIALS=false
#NEXT_PUBLIC_AUTH_AUTO_REDIRECT=google
NEXT_PUBLIC_MULTITENANT=true
NEXT_PUBLIC_DEFAULT_ORGANIZATION=default
NEXT_PUBLIC_PERSONAL_ORGANIZATION_NAME=Personal
NEXT_PUBLIC_PERSONAL_ORGANIZATION_AUTOMATIC=false
NEXTAUTH_SECRET=98E3B2CC28F61492C6934531C828C
NEXTAUTH_URL=http://localhost:3000/