# Environment variables declared in this file are automatically made available to Prisma. # See the documentation for more detail: https://pris.ly/d/prisma-schema#using-environment-variables # Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server (Preview) and MongoDB (Preview). # See the documentation for all the connection string options: https://pris.ly/d/connection-strings # AUTH_ENABLED=true JWT_SECRET="qwertyuiopasdfghjklzxcvbnm123456" DATABASE_URL="mongodb+srv://:@cluster0.pvbyo.mongodb.net/?retryWrites=true&w=majority" AWS_REGION="us-west-2" AWS_ACCESS_KEY_ID="X" AWS_SECRET_ACCESS_KEY="X" AWS_SESSION_TOKEN="X" AWS_COGNITO_USER_POOL_ID="..." STRIPE_API_KEY="sk_test_..." STRIPE_WEBHOOK_SECRET="..." JWT_ISSUER="accounts.examplesoft.com" JWT_AUDIENCE="yoursite.net" AUTH_CALLBACK_URL="http://localhost:19006" CLIENT_CALLBACK_URL="http://localhost:19006" API_CALLBACK_URL="http://localhost:3000/api" PUBLIC_CALLBACK_URL="http://localhost:3000/public" GITHUB_ID="" GITHUB_SECRET="" GOOGLE_ID="..." GOOGLE_SECRET="..." EXPO_ACCESS_TOKEN="..." SENTRY_DSN="..." SOURCE_EMAIL=""