18 lines
529 B
Plaintext
18 lines
529 B
Plaintext
# Discourse Environment Variables
|
|
# Copy to .env and fill in values
|
|
|
|
# Admin
|
|
DISCOURSE_DEVELOPER_EMAILS=jeff@jeffemmett.com
|
|
|
|
# Domain (temporary - switch to community.cadcad.org later)
|
|
DISCOURSE_HOSTNAME=cadcad-forum.jeffemmett.com
|
|
|
|
# SMTP (configure when email provider is chosen)
|
|
# DISCOURSE_SMTP_ADDRESS=smtp.example.com
|
|
# DISCOURSE_SMTP_PORT=587
|
|
# DISCOURSE_SMTP_USER_NAME=
|
|
# DISCOURSE_SMTP_PASSWORD=
|
|
# DISCOURSE_SMTP_ENABLE_START_TLS=true
|
|
# DISCOURSE_SMTP_DOMAIN=cadcad.org
|
|
# DISCOURSE_NOTIFICATION_EMAIL=noreply@cadcad.org
|