-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
21 lines (13 loc) · 965 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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="mysql://root:[email protected]:3306/incognito-confessions"
NEXT_AUTH_URL=https://localhost:3000
SECRET="ede983d1b3598420b922f9b7cd3bb54e
GOOGLE_ID=604366049194-f4nijslc0h9b376v0ijq1usg893321ub.apps.googleusercontent.com
GOOGLE_SECRET=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
TWITTER_ID=NHI2YWVUNm1CVFJKNEt0bExBc006MTpjaQ
TWITTER_SECRET=IchHZf94SasL_WQOJgk9d_ZoWi0ZGUUOuujDYs3EzHGXbwMwiR
EMAIL_SERVER=smtp://[email protected]:[email protected]:587
EMAIL_FROM=NextAuth <[email protected]>