-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
22 lines (16 loc) · 1.4 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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="prisma://accelerate.prisma-data.net/?api_key=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcGlfa2V5IjoiNmYwMzI0NmYtMjMyYS00YjNlLWI1MTctOThlZGNlODM0Y2YyIiwidGVuYW50X2lkIjoiMzk2OTNlMzdjMDc5ODdjMTNlNDhiMGYzZDQ5NjIwZGM5YmZkMzE0ZjM3YjkzMThkZTZkMDdhMGY1Njc1ZmNiNiIsImludGVybmFsX3NlY3JldCI6IjQyMjNkYmE2LWEwOWEtNGMxYi1iMDI3LWQyMGY3YzQ4M2Y0ZCJ9.fwVdsaD1UCr_uKuJMLU_KLJddP8_d944YIWGl0C7K-M"
DIRECT_DATABASE_URL="postgresql://skl_owner:QzBAoVk4pP6w@ep-square-shadow-a2jw9bqj.eu-central-1.aws.neon.tech/skl?sslmode=require"
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/dashboard
NEXT_PUBLIC_URL=http://localhost:3000
NEXT_PUBLIC_DOMAIN=localhost:3000
NEXT_PUBLIC_SCHEME=https://
GOOGLE_CLIENT_ID="743864739366-cb0ihkrlb7c8c3q9vmi9jj4sbkrhhljh.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET="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"
NEXTAUTH_SECRET="+ARomkQ0SCb6a4YALJZ0hjxnXG680oenSua0EXMVqDg="