-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
29 lines (22 loc) · 917 Bytes
/
.env.example
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
26
27
28
29
# NODE_ENV=development
# chromatic projects token - https://www.chromatic.com
CHROMATIC_PROJECT_TOKEN=
# Storybook localhost PORT
STORYBOOK_PORT=6006
# published domain
NEXT_PUBLIC_DOMAIN_URL=http://localhost:3000/
# Next Auth
NEXTAUTH_SECRET=my_ultra_secure_nextauth_secret
NEXTAUTH_URL=http://localhost:3000
# 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
POSTGRES_URL=
POSTGRES_PRISMA_URL=
POSTGRES_URL_NON_POOLING=
POSTGRES_USER=
POSTGRES_HOST=
POSTGRES_PASSWORD=
POSTGRES_DATABASE=