2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

FEATURE: allow version emails to be disabled globally

This commit is contained in:
Sam 2014-08-23 10:02:14 +10:00
parent ae9fcf17ef
commit f493eb5d12
2 changed files with 12 additions and 2 deletions

View file

@ -99,4 +99,9 @@ serve_static_assets = false
sidekiq_workers = 5
# adjust stylesheets to rtl (requires "rtlit" gem)
rtl_css = false
rtl_css = false
# notify admin when a new version of discourse is released
# this is global so it is easier to set in multisites
# TODO allow for global overrides
new_version_emails = true