-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.env.example
More file actions
38 lines (28 loc) · 1.56 KB
/
.env.example
File metadata and controls
38 lines (28 loc) · 1.56 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
# Mailinator API Configuration
# Documentation: https://www.mailinator.com/documentation/docs/api/index.html
# Visit https://www.mailinator.com/ to get your API token and configure domains
# API tokens for authentication (required for most tests)
MAILINATOR_TEST_API_TOKEN=your_api_token_here
# Private domain configuration
MAILINATOR_TEST_DOMAIN_PRIVATE=your_private_domain_here
# Existing inbox within the private domain
MAILINATOR_TEST_INBOX_TEST=your_inbox_name_here
# Associated phone number within the private domain
MAILINATOR_TEST_PHONE_NUMBER=your_phone_number_here
# Existing message ID with attachment
MAILINATOR_TEST_MESSAGE_WITH_ATTACHMENT_ID=your_message_id_here
# Existing real (non-injected) message ID for summary endpoint testing
MAILINATOR_TEST_REAL_MESSAGE_ID=your_real_message_id_here
# Delete domain (WARNING: use with caution - only if you are 100% sure)
MAILINATOR_TEST_DELETE_DOMAIN=
# Webhook token configuration
# This assumees you have multiple webhook tokens for different testing scenarios (e.g., private domain vs twilio). Adjust as needed based on your actual test setup.
MAILINATOR_TEST_WEBHOOKTOKEN_PRIVATEDOMAIN=your_webhook_private_domain_here
MAILINATOR_TEST_WEBHOOKTOKEN_CUSTOMSERVICE=your_webhook_custom_service_here
# Authenticator configuration
MAILINATOR_TEST_AUTH_SECRET=your_auth_secret_here
MAILINATOR_TEST_AUTH_ID=your_auth_id_here
# Webhook configuration
# Custom service might be something like "twilio" or "sendgrid"
MAILINATOR_TEST_WEBHOOK_INBOX=your_webhook_inbox_here
MAILINATOR_TEST_WEBHOOK_CUSTOMSERVICE=your_webhook_custom_service_here