-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
42 lines (36 loc) · 1.62 KB
/
.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# -----------------------------------------------------------------------------
# App
# -----------------------------------------------------------------------------
NEXT_PUBLIC_APP_URL=http://localhost:3000
# -----------------------------------------------------------------------------
# Authentication (NextAuth.js)
# -----------------------------------------------------------------------------
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GITHUB_ACCESS_TOKEN=
# -----------------------------------------------------------------------------
# Database (postgresql)
# -----------------------------------------------------------------------------
DATABASE_URL="postgresql://user:password@host:port/name" # use the connection mode to Transaction if using supabase
DIRECT_URL="postgresql://user:password@host:port/name" # use the Session connection pooler string if using supabase
# -----------------------------------------------------------------------------
# Email (Postmark)
# -----------------------------------------------------------------------------
SMTP_FROM=
POSTMARK_API_TOKEN=
POSTMARK_LOGIN_TEMPLATE=
POSTMARK_REGISTER_TEMPLATE=
POSTMARK_FEEDBACK_TEMPLATE=
# -----------------------------------------------------------------------------
# Open AI
# -----------------------------------------------------------------------------
OPENAI_API_KEY=
# -----------------------------------------------------------------------------
# Aws
# -----------------------------------------------------------------------------
ACCESS_KEY_ID_AWS=
SECRET_ACCESS_KEY_AWS=
REGION=eu-central-1
AUDIO_BUCKET_NAME=