-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
51 lines (42 loc) · 1.17 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
43
44
45
46
47
48
49
50
51
# Environment Configuration
NODE_ENV=development # Options: development, production, test
BASE_URL=http://localhost:3000
PORT=3000
DEBUG=true
# Redis Configuration
REDIS_URL=redis://localhost:6379
REDIS_TOKEN=
# Contact Form Email Configuration
SENDGRID_API_KEY=
CONTACT_FORM_RECIPIENT_EMAIL=
# Alert Email Configuration
ALERT_SENDER_EMAIL=
# Supabase Configuration
SUPABASE_URL=https://your-supabase-url.supabase.co
SUPABASE_ANON_KEY=
# Loggly Configuration
LOGGLY_TOKEN=
LOGGLY_SUBDOMAIN=
# Logging Configuration
LOG_LEVEL=info # Options: debug, info, warn, error
SCHEDULED_FREQUENCY=daily # Options: daily, weekly, monthly
MAX_EMAILS_PER_MINUTE=60
DEDUPLICATE_CRITICAL=true # Options: true, false
NOTIFICATION_INTERVAL=60 # In minutes
# Rate Limiter Configuration
RATE_LIMIT=100
RATE_LIMIT_DURATION=15m # Format: Xm (minutes), Xs (seconds)
RATE_LIMIT_PREFIX=rate-limiter
# Administrator Configuration
# Contact data Configuration
CONTACT_NAME=Celebra-me
CONTACT_EMAIL=
CONTACT_TYPE=
CONTACT_PHONE=
CONTACT_CITY=
CONTACT_STATE=
CONTACT_ZIP=
CONTACT_COUNTRY=