-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.production
14 lines (12 loc) · 1.01 KB
/
.env.production
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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="postgres://default:[email protected]:5432/verceldb?sslmode=require"
GOOGLE_SHEET_ID="10fh7jbJC6P3Ezr2z8R4e5jvxLIaLlDpOTt_rGDClBJw"
GOOGLE_SERVICE_ACCOUNT_EMAIL="[email protected]"
AUTH0_SECRET='c2e2ae71d4b27b67c7268753700f2186d57444ca58f95ad43b858d8375545fc3'
AUTH0_BASE_URL='https://gfj-tool.vercel.app/'
AUTH0_ISSUER_BASE_URL='https://dev-5h666t3mszbh6wid.us.auth0.com'
AUTH0_CLIENT_ID='wRT9ESFMffRnoQ9lf8CdT9xjqScNmCmX'
AUTH0_CLIENT_SECRET='Tie06dtRlxV-Pu7wrB23UvgMI8vFzb1dHYk8hVqPJ2WExErnnhIpdC7uBPZnrPZw'