-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
35 lines (28 loc) · 728 Bytes
/
Copy path.env.example
File metadata and controls
35 lines (28 loc) · 728 Bytes
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
28
29
30
31
32
33
34
35
BETTER_AUTH_SECRET=""
BETTER_AUTH_URL="http://localhost:3000"
BETTER_AUTH_API_KEY=""
# Recommended for most uses
DATABASE_URL=""
# For uses requiring a connection without pgbouncer
DATABASE_URL_UNPOOLED=""
# Parameters for constructing your own connection string
PGHOST=""
PGHOST_UNPOOLED=""
PGUSER=""
PGDATABASE=""
PGPASSWORD=""
# Parameters for Vercel Postgres Templates
POSTGRES_URL=""
POSTGRES_URL_NON_POOLING=""
POSTGRES_USER=""
POSTGRES_HOST=""
POSTGRES_PASSWORD=""
POSTGRES_DATABASE=""
POSTGRES_URL_NO_SSL=""
POSTGRES_PRISMA_URL=""
BATTLENET_ID=""
BATTLENET_SECRET=""
NUXT_STUDIO_AUTH_GITHUB_CLIENT_ID=""
NUXT_STUDIO_AUTH_GITHUB_CLIENT_SECRET=""
STUDIO_AUTH_GITHUB_CLIENT_ID=""
STUDIO_AUTH_GITHUB_CLIENT_SECRET=""