mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
disable all outgoing emails in base importer
This commit is contained in:
parent
f10b663eb4
commit
b4e0cddcc9
|
@ -75,7 +75,7 @@ class ImportScripts::Base
|
|||
min_personal_message_post_length: 1,
|
||||
min_personal_message_title_length: 1,
|
||||
allow_duplicate_topic_titles: true,
|
||||
disable_emails: "non-staff",
|
||||
disable_emails: 'yes',
|
||||
max_attachment_size_kb: 102400,
|
||||
max_image_size_kb: 102400,
|
||||
authorized_extensions: '*'
|
||||
|
|
Loading…
Reference in New Issue
Block a user