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:
parent
ae9fcf17ef
commit
f493eb5d12
2 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue