-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
24 lines (18 loc) · 970 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
# 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://postgres:5860@localhost:8000/mydb?schema=public"
PORT = PORT
SALT = SALT
ACCESS_TOKEN = ACCESS_TOKEN
EXPIRES_IN = EXPIRES_IN
REFRESH_TOKEN = REFRESH_TOKEN
REFRESH_EXPIRES_IN = REFRESH_EXPIRES_IN
CLOUDINARY_API_KEY = CLOUDINARY_API_KEY
CLOUDINARY_SECRET_KEY = CLOUDINARY_SECRET_KEY
ENABLE_PRISMA_CATCHING =ENABLE_PRISMA_CATCHING
# Connect to Supabase via connection pooling with Supavisor.
DATABASE_URL=DATABASE_URL
# Direct connection to the database. Used for migrations.
DIRECT_URL=DIRECT_URL