mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +02:00
10 lines
356 B
Bash
10 lines
356 B
Bash
# postgres database - not needed if running with docker-compose
|
|
DATABASE_URL=postgres://your-database/db
|
|
# support email - used as FROM email by SMTP server
|
|
SUPPORT_EMAIL=foo@yourdomain.com
|
|
# SMTP server - required if you want to send emails
|
|
SMTP_HOST=your-smtp-server
|
|
SMTP_PORT=587
|
|
SMTP_SECURE="false"
|
|
SMTP_USER=your-smtp-user
|
|
SMTP_PWD=your-smtp-password
|