Files
sasa-maillist/.env.example
James Pattinson b8a91103e9 Now we have an API
2025-10-12 19:33:45 +00:00

22 lines
606 B
Plaintext

# SES/SMTP Configuration
# Copy this file to .env and fill in your actual credentials
# Required: Your AWS SES credentials
SES_USER=your_ses_access_key_id
SES_PASS=your_ses_secret_access_key
# Optional: SMTP server configuration
# Default is EU West 2 - change if using different region
SMTP_HOST=email-smtp.eu-west-2.amazonaws.com
SMTP_PORT=587
# MySQL Database Configuration
MYSQL_HOST=mysql
MYSQL_PORT=3306
MYSQL_DATABASE=maillist
MYSQL_USER=maillist
MYSQL_PASSWORD=change_this_password
MYSQL_ROOT_PASSWORD=change_this_root_password
# API Configuration
API_TOKEN=change_this_to_a_secure_random_token