-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.example
17 lines (12 loc) · 833 Bytes
/
env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This was inserted by `prisma init`:
# 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://usernmae:randompassword@source:port/database"
# Google Service Mail Secrets:
CLIENT_ID = "GOOGLE CLOUD CONSOLE CLIENT ID"
CLIENT_SECRET = "YOUR_GOOGLE_OAUT_CLIENT_SECRET"
REDIRECT_URI = "https://developers.google.com/oauthplayground"
REFRESH_TOKEN = "YOUR_GMAIL_API_REFRESH_TOKEN"
EMAIL = "YOUR_AUTHORIZED_EMAIL_ADD_FOR_SENDING_MAILS"