mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-04 19:51:51 +02:00
Update README
This commit is contained in:
parent
cc7a00dff8
commit
ddc370ac25
3 changed files with 33 additions and 33 deletions
18
sample.env
18
sample.env
|
@ -1,8 +1,10 @@
|
|||
# postgres database - not needed if running with docker-compose
|
||||
DATABASE_URL=replace-me
|
||||
# smtp server - required if you want to receive emails
|
||||
SMTP_HOST=replace-me
|
||||
SMTP_PORT=replace-me
|
||||
SMTP_SECURE=replace-me # TLS Enabled - "true" or "false" (default: "false")
|
||||
SMTP_USER=replace-me
|
||||
SMTP_PWD=replace-me
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue