-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
15 lines (12 loc) · 862 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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:Sevval77520@localhost:3306/myblog"
NEXTAUTH_URL="http://localhost:3001"
NEXTAUTH_SECRET="pCBU2gpHs86DwdlhNXY84nY6Loy3mtir5kEwNKeY6A4="
GOOGLE_CLINET_ID="78753491629-e4n6omaqk7pocterd8qa6e44fju7m8b3.apps.googleusercontent.com"
GOOGLE_CLINET_SECRET="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"
NEXT_PUBLIC_DEV_MODE="dev"
NEXT_PUBLIC_DJANGO="http://localhost:8000/mysite"
NEXT_PUBLIC_PRODUCTION_MODE="static"