FEATURE: allow version emails to be disabled globally

This commit is contained in:
Sam
2014-08-23 10:02:32 +10:00
parent ae9fcf17ef
commit f493eb5d12
2 changed files with 12 additions and 2 deletions
+6 -1
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