mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-03 20:26:03 +02:00
8 lines
224 B
Bash
8 lines
224 B
Bash
DATABASE_URL=postgres://your-database/db
|
|
SECRET_PASSWORD=minimum-25-characters
|
|
SUPPORT_EMAIL=foo@yourdomain.com
|
|
SMTP_HOST=your-smtp-server
|
|
SMTP_PORT=587
|
|
SMTP_SECURE=false
|
|
SMTP_USER=your-smtp-user
|
|
SMTP_PWD=your-smtp-password
|