-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (33 loc) · 947 Bytes
/
.env.example
File metadata and controls
38 lines (33 loc) · 947 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
36
37
38
# ------------------------------
# DATABASE & AUTH
# ------------------------------
DATABASE_URL="file:./dev.db"
AUTH_SECRET="change_me_to_random_string"
NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET="change_me_to_random_string"
# ------------------------------
# DISCORD OAUTH
# ------------------------------
DISCORD_CLIENT_ID=""
DISCORD_CLIENT_SECRET=""
DISCORD_BOT_TOKEN=""
DISCORD_GUILD_ID=""
# ------------------------------
# SMTP SETTINGS
# ------------------------------
SMTP_PORT=2525
SMTP_DOMAIN="localhost"
# ------------------------------
# SECURITY & REDIS (Upstash)
# ------------------------------
UPSTASH_REDIS_REST_URL=""
UPSTASH_REDIS_REST_TOKEN=""
# ------------------------------
# LOGGING
# ------------------------------
# AUDIT_LOG_URL="https://api.logging.u/ingest"
# ------------------------------
# DKIM & DELIVERABILITY
# ------------------------------
DKIM_PRIVATE_KEY_PATH=""
DKIM_KEY_SELECTOR="default"