14 lines
370 B
Bash
14 lines
370 B
Bash
TURNSTILE_SECRET_KEY=your-turnstile-secret
|
|
SMTP_HOST=smtp.example.com
|
|
SMTP_PORT=587
|
|
SMTP_USER=user@example.com
|
|
SMTP_PASS=your-smtp-password
|
|
MAIL_FROM=hello@getfatkiss.com
|
|
MAIL_TO_GENERAL=hello@getfatkiss.com
|
|
MAIL_TO_ORDERS=orders@getfatkiss.com
|
|
MAIL_TO_PRESS=press@getfatkiss.com
|
|
RATE_LIMIT_WINDOW=900000
|
|
RATE_LIMIT_MAX=5
|
|
PORT=3901
|
|
ALLOWED_ORIGIN=https://getfatkiss.com
|