-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
27 lines (20 loc) · 971 Bytes
/
.env.example
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
26
27
# -----------------------------------------------------------------------------
# Database (PostgreSQL)
# -----------------------------------------------------------------------------
POSTGRES_USER=app
POSTGRES_DB=app
POSTGRES_PASSWORD=password
DATABASE_URL=postgresql://app:[email protected]:5432/app?sslmode=disable
# -----------------------------------------------------------------------------
# Authentication (NextAuth.js)
# -----------------------------------------------------------------------------
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET= # Linux, macOS: `openssl rand -hex 32` or go to https://generate-secret.now.sh/32
# GITHUB_CLIENT_ID=
# GITHUB_CLIENT_SECRET=
# GOOGLE_CLIENT_ID=
# GOOGLE_CLIENT_SECRET=
# -----------------------------------------------------------------------------
# Bug Tracking (Sentry)
# -----------------------------------------------------------------------------
# SENTRY_DSN=https://qwerty.ingest.sentry.io/42