-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenv.dist
42 lines (32 loc) · 1.28 KB
/
env.dist
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
36
37
38
39
40
41
42
APP_ENV=development
ENABLE_EXPERIMENTAL_COREPACK=1
# Set to '1' or 'true' to enable these features:
APP_DEBUG=
NEXT_PUBLIC_LOCAL_ASSETS_ENABLED=
LOCAL_ASSETS_ENABLED=
# Vercel
# VERCEL_URL=http://localhost:3000
# next auth
NEXTAUTH_SECRET=s3cr3t!
# NEXTAUTH_URL=http://localhost:3000
# NEXTAUTH_URL_INTERNAL=http://localhost:3000
# email
# EMAIL_PROVIDER: use 'resend', 'filesystem' or 'console'
# 'console' will log the email text to the running server output
EMAIL_PROVIDER=console
# resend.com
RESEND_API_KEY=abc123
# prisma/drizzle
DATABASE_URL='postgresql://myuser:[email protected]:5432/supereffectivedb?search_path=public&pgbouncer=true&connect_timeout=10'
STUDIO_DATABASE_URL='postgresql://myuser:[email protected]:5432/supereffectivedb?search_path=public&connect_timeout=10'
DIRECT_DATABASE_URL='postgresql://myuser:[email protected]:5432/supereffectivedb?search_path=public&connect_timeout=10'
SHADOW_DATABASE_URL='postgresql://myuser:[email protected]:5432/supereffectivedb_shadow?search_path=public&pgbouncer=true&connect_timeout=10'
# patreon
PATREON_APP_CLIENT_ID=abc1235
PATREON_APP_CLIENT_SECRET=xyz6789
# github
GITHUB_OAUTH_CLIENT_ID=abc1235
GITHUB_OAUTH_CLIENT_SECRET=xyz6789
# Live CMS editing
DRAFT_MODE_SECRET=abc1245