mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: on initial boot hint users on how to get admin
This commit is contained in:
@@ -45,5 +45,9 @@ Discourse::Application.configure do
|
||||
|
||||
config.enable_anon_caching = false
|
||||
require 'rbtrace'
|
||||
|
||||
if emails = GlobalSetting.developer_emails
|
||||
config.developer_emails = emails.split(",")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user