NOTIFICATIONS_EMAIL_ADDRESS and other statements dreamed up by the absolutely loomiobrained

--3wc
This commit is contained in:
trav 2023-09-22 12:26:40 -04:00
parent 6dcbd3a0b8
commit 0a56c49916
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,9 @@ SMTP_PASSWORD=password
SMTP_USE_SSL=1
# to disable SSL comment out line rather than changing to 0
# Whyyyy does this need to be set separately
NOTIFICATIONS_EMAIL_ADDRESS=noreply@example.com
REPLY_HOSTNAME=loomio.example.com
# helper bot is the account which welcomes people to their groups.

View File

@ -16,6 +16,7 @@ x-environment: &default-env
SMTP_USERNAME: ${SMTP_USERNAME}
SMTP_PASSWORD: ${SMTP_PASSWORD}
SMTP_USE_SSL: ${SMTP_USE_SSL}
NOTIFICATIONS_EMAIL_ADDRESS: ${NOTIFICATIONS_EMAIL_ADDRESS}
REPLY_HOSTNAME: ${REPLY_HOSTNAME}
HELPER_BOT_EMAIL: ${HELPER_BOT_EMAIL}
RAILS_ENV: ${RAILS_ENV}