-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env
25 lines (20 loc) · 1.08 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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
NEXT_BASE_URL="http://localhost:3000"
DATABASE_URL="postgresql://yonatan:pKi1B6qejuxP73lk7YvB9w@skimpjr-9073.8nk.gcp-asia-southeast1.cockroachlabs.cloud:26257/defaultdb?sslmode=verify-full"
# #!! fill this
# github credentials
# GITHUB_ID=
# GITHUB_SECRET=
# https://medium.com/simform-engineering/office-365-login-in-next-js-using-nextauth-js-beb1f18e05d8
# NEXT_PUBLIC_AZURE_AD_CLIENT_ID=
# NEXT_PUBLIC_AZURE_AD_CLIENT_SECRET=
# NEXT_PUBLIC_AZURE_AD_TENANT_ID=
# #!! fill this
BASE_URL="http://localhost:3000"
# BASE_URL="https://steik-23.vercel.app"
NEXTAUTH_URL="http://localhost:3000"
# NEXTAUTH_URL="https://steik-23.vercel.app"
NEXTAUTH_SECRET="testoasdbjaksd12312"