37 lines
837 B
Plaintext
37 lines
837 B
Plaintext
# 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_TEMP=
|
|
|
|
DATABASE_URL=
|
|
DATABASE_URL_DEV=
|
|
|
|
NEXTAUTH_URL=
|
|
AUTH_TRUST_HOST=
|
|
ALLOWED_ORIGIN=
|
|
AUTH_SECRET=
|
|
|
|
OPTIMIZE_API_KEY=
|
|
|
|
NODE_ENV=
|
|
|
|
GOOGLE_CLIENT_ID=
|
|
GOOGLE_CLIENT_SECRET=
|
|
|
|
GITHUB_CLIENT_ID=
|
|
GITHUB_CLIENT_SECRET=
|
|
|
|
RESEND_API_KEY=
|
|
|
|
FIREBASE_API_KEY=
|
|
FIREBASE_AUTH_DOMAIN=
|
|
FIREBASE_PROJECT_ID=
|
|
FIREBASE_STORAGE_BUCKET=
|
|
FIREBASE_MESSAGING_SENDER_ID=
|
|
FIREBASE_APP_ID=
|
|
FIREBASE_MEASUREMENT_ID=
|
|
|