# Discourse supports multiple mechanisms for production config, detailed in the _defaults file.
# This file includes the most commonly changed enviroment variables, to allow users following the official install guide to quickly get started; if the option you're looking for is not here it may be defined in the _defaults file.
# Change the following!
# All settings apply to production only
# database name running discourse, in INSTALL-ubuntu this is discourse_prod
db_name = discourse_prod
# hostname running the forum; i.e the external address of your form.
hostname = "discourse.example.com"
# address of smtp server used to send emails. If testing, this can be left empty; but e-mails are a very important part of discourse.
smtp_address =
# port of smtp server used to send emails. This varies based on your e-mail host.
# enable MiniProfiler for developers, by default this is true. This shows response times in the top left for admin users only. Uncomment this line to turn this off.