-
-
Notifications
You must be signed in to change notification settings - Fork 355
Expand file tree
/
Copy path.env.example
More file actions
28 lines (17 loc) · 671 Bytes
/
.env.example
File metadata and controls
28 lines (17 loc) · 671 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
DATABASE_URL="postgresql://usesend:password@localhost:54320/usesend"
REDIS_URL="redis://localhost:6379"
NEXTAUTH_URL="http://localhost:3000"
SMTP_HOST=smtp.mailtrap.io # Example SMTP host
SMTP_USER=test_userdadad@example.com # Example SMTP user
AWS_DEFAULT_REGION="us-east-1"
AWS_SECRET_KEY="some-secret-key"
AWS_ACCESS_KEY="some-access-key"
AWS_SES_ENDPOINT="http://localhost:3003/api/ses"
AWS_SNS_ENDPOINT="http://localhost:3003/api/sns"
NEXTAUTH_SECRET=""
FROM_EMAIL="hello@usesend.com"
API_RATE_LIMIT=2
AUTH_EMAIL_RATE_LIMIT=5
# Optional: prefix all Redis keys (useful for shared Redis with ACL isolation)
# REDIS_KEY_PREFIX=""
NEXT_PUBLIC_IS_CLOUD=true