-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
58 lines (49 loc) · 1.54 KB
/
.env.example
File metadata and controls
58 lines (49 loc) · 1.54 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# ==============================================================================
# Starter Kit Environment Variables
# Copy this file to .env and fill in the values
# ==============================================================================
# --- General ---
NODE_ENV=development
SITE_NAME="My Site"
SITE_URL=http://localhost:3001
# --- Directus CMS ---
DIRECTUS_SECRET=change-me-to-a-random-string
DIRECTUS_DB_USER=directus
DIRECTUS_DB_PASSWORD=directus_password_change_me
DIRECTUS_DB_NAME=directus
DIRECTUS_ADMIN_EMAIL=admin@example.com
DIRECTUS_ADMIN_PASSWORD=admin_password_change_me
DIRECTUS_PUBLIC_URL=http://localhost:8055
DIRECTUS_URL=http://directus:8055
# --- Twenty CRM ---
TWENTY_DB_USER=twenty
TWENTY_DB_PASSWORD=twenty_password_change_me
TWENTY_DB_NAME=twenty
TWENTY_APP_SECRET=change-me-to-a-random-string
TWENTY_SERVER_URL=http://localhost:3003
TWENTY_FRONT_URL=http://localhost:3003
TWENTY_API_URL=http://twenty-server:3000
TWENTY_API_KEY=
# --- NestJS API ---
API_PORT=4001
CORS_ORIGIN=http://localhost:3001,http://localhost:5173
INTERNAL_API_KEY=change-me-to-a-random-hex-string
# --- Security ---
CSRF_SECRET=change-me-to-a-random-hex-string
TURNSTILE_SITE_KEY=
TURNSTILE_SECRET_KEY=
# --- Email (Resend) ---
RESEND_API_KEY=
RESEND_FROM_EMAIL=hello@example.com
ADMIN_NOTIFICATION_EMAIL=admin@example.com
# --- Notifications ---
DISCORD_WEBHOOK_URL=
NTFY_URL=https://ntfy.sh
NTFY_TOPIC=
NTFY_TOKEN=
# --- Analytics (Plausible) ---
PLAUSIBLE_DOMAIN=
PLAUSIBLE_API_HOST=
# --- Error Tracking (Sentry / GlitchTip) ---
SENTRY_DSN=
VITE_SENTRY_DSN=