-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.env.example
More file actions
22 lines (19 loc) · 897 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (19 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# AWS SES Configuration (eu-west-1)
# For Vercel: use a dedicated IAM user with only ses:CreateContact, ses:DeleteContact, ses:GetContact permissions
# For local CLI: these can be omitted if you have ~/.aws/credentials configured
AWS_REGION=eu-west-1
AWS_ACCESS_KEY_ID=<your-iam-key>
AWS_SECRET_ACCESS_KEY=<your-iam-secret>
SES_CONTACT_LIST_NAME=montu-mia-subscribers
SES_CONFIGURATION_SET=montu-mia-config
SES_FEEDBACK_QUEUE_URL=https://sqs.eu-west-1.amazonaws.com/<account-id>/ses-feedback-queue
# Unsubscribe Secret (for email hash verification)
# Generate with: openssl rand -hex 32
UNSUBSCRIBE_SECRET=your_random_secret_key_here
# Test recipient for send-emails --test
TEST_EMAIL=your_email@example.com
# Algolia Search
NEXT_PUBLIC_ALGOLIA_APP_ID=your_app_id
NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY=your_search_api_key
ALGOLIA_ADMIN_API_KEY=your_admin_api_key
ALGOLIA_INDEX_NAME=montu-mia-docs