-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
36 lines (28 loc) · 987 Bytes
/
Copy path.env.example
File metadata and controls
36 lines (28 loc) · 987 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
# Database connection string
DATABASE_URL=mongodb://127.0.0.1/your-database-name
# Or use a PG connection string
#DATABASE_URL=postgresql://127.0.0.1:5432/your-database-name
# Used to encrypt JWT tokens
PAYLOAD_SECRET=YOUR_SECRET_HERE
# Used to configure CORS, format links and more. No trailing slash
NEXT_PUBLIC_SERVER_URL=http://localhost:3000
# Secret used to authenticate cron jobs
CRON_SECRET=YOUR_CRON_SECRET_HERE
# Used to validate preview requests
PREVIEW_SECRET=YOUR_SECRET_HERE
# SMTP is used by Payload and operational email notifications. URL-encode credentials.
SMTP_URL=
SMTP_FROM=noreply@localhost
SMTP_FROM_NAME=Nodes UI
# Operational notifications
NTFY_BASE_URL=https://ntfy.sh
NTFY_TOKEN=
NTFY_TOPIC=
NOTIFICATION_FAILURE_THRESHOLD=3
NOTIFICATION_REMINDER_MINUTES=60
N8N_SYNC_INTERVAL_MS=900000
OPERATIONS_MONITOR_CRON=0 */5 * * * *
# Stripe API keys
STRIPE_SECRET_KEY=sk_test_
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_
STRIPE_WEBHOOKS_SIGNING_SECRET=whsec_