-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
13 lines (11 loc) · 972 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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
# WORKOS_CLIENT_ID="client_01HZYKD6GYFMMQMM974WJ8ZHRR"
# NEXT_PUBLIC_WORKOS_CLIENT_ID="client_01HZYKD6GYFMMQMM974WJ8ZHRR"
# WORKOS_API_KEY="sk_test_a2V5XzAxSFpZS0Q2M1BCVEhZNzkwWEhRMjVFOEtXLG1ndDIzbk5MR3NlSjNkVVJQZkZnb2N3eUE"
# WORKOS_REDIRECT_URI="http://localhost:3000/callback"
# WORKOS_COOKIE_PASSWORD="x3vhb2ZZv91uPoZhQ6EiQ0YcVaCmFxXf"
DATABASE_URL="postgres://default:pV2Xy1xztvcw@ep-crimson-term-a67hgc4f-pooler.us-west-2.aws.neon.tech/verceldb?pgbouncer=true&connect_timeout=15&sslmode=require"
SESSION_SECRET="super-duper-s3cret"