Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/discourse/templates/discourse.conf.erb

Issue 4924880143253504: Issue 2471 - Update our Discourse instance (Closed)
Patch Set: Check out correct revision Created May 12, 2015, 10:15 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld