mirror of
https://github.com/lukevella/rallly-selfhosted.git
synced 2025-12-10 02:42:49 +01:00
9 lines
185 B
Bash
9 lines
185 B
Bash
SECRET_PASSWORD=replace-me
|
|
NEXT_PUBLIC_BASE_URL=replace-me
|
|
SUPPORT_EMAIL=replace-me
|
|
SMTP_HOST=replace-me
|
|
SMTP_PORT=replace-me
|
|
SMTP_SECURE=false
|
|
SMTP_USER=replace-me
|
|
SMTP_PWD=replace-me
|