-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
13 lines (11 loc) · 795 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#using-environment-variables
# Prisma supports the native connection string format for PostgreSQL, MySQL and SQLite.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/newsprism?schema=public"
AUTH0_CLIENTID=QTFvMNoi1nTP5tIiFMrx9uJ25NNLZRT1
AUTH0_DOMAIN=dev-h6c6wg6x.us.auth0.com
AUTH0_CLIENT_SECRET=Y7H9TNC9XoDfG6iUnqoLyZJkTXSUSqcfeL3QTExA5Z-lG7sgWHEOYPzf4TFYmaw-
AUTH0_SCOPE='openid profile'
AUTH0_COOKIE='uuum-this-can-be-anything-really-depends-on-who-you-are-as-a-person-i-guess'
BACKEND_ADDRESS=http://localhost:3000