| Index: modules/discourse/templates/discourse.conf.erb |
| =================================================================== |
| --- a/modules/discourse/templates/discourse.conf.erb |
| +++ b/modules/discourse/templates/discourse.conf.erb |
| @@ -42,18 +42,18 @@ smtp_user_name = |
| smtp_password = |
| # smtp authentication mechanism |
| smtp_authentication = plain |
| # enable TLS encryption for smtp connections |
| smtp_enable_start_tls = true |
| -# enable MiniProfiler for administrators |
| -enable_mini_profiler = false |
| +# load MiniProfiler in production, to be used by developers |
| +load_mini_profiler = false |
| # recommended, cdn used to access assets |
| cdn_url = |
| # comma delimited list of emails that have developer level access |
| developer_emails = <% admins.each do |admin| %><%= admin %>, <% end %> |
| # redis server address |