16 lines
554 B
Plaintext
16 lines
554 B
Plaintext
# OpenRouter API Configuration
|
|
# No quotes needed - just paste your key directly
|
|
OPENROUTER_API_KEY=sk-or-v1-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
|
|
# Optional: Your site info for OpenRouter rankings
|
|
OPENROUTER_SITE_URL=https://your-site.com
|
|
OPENROUTER_SITE_NAME=YourSiteName
|
|
|
|
# SMTP Credentials for your mail server
|
|
# No quotes needed - even if your password contains special characters
|
|
SMTP_USERNAME=your-email@yourdomain.com
|
|
SMTP_PASSWORD=your-smtp-password
|
|
|
|
# Optional: Email notification for errors
|
|
ERROR_NOTIFICATION_EMAIL=your-email@example.com
|