From 8b33b45c2db0fea303edf16b2f4bcbe1d9b3e3dd Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 20 Dec 2013 18:01:41 +1100 Subject: [PATCH] should be commented out --- config/discourse_defaults.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/discourse_defaults.conf b/config/discourse_defaults.conf index bb980054d3..40a1cc09e8 100644 --- a/config/discourse_defaults.conf +++ b/config/discourse_defaults.conf @@ -1,14 +1,15 @@ # # DO NOT EDIT THIS FILE # If you need to make changes create a file called discourse.conf in this directory with your changes +# # Discourse supports multiple mechanisms for production config. # # 1. You can do nothing and get these defaults (not recommended, you should at least set hostname) # 2. You can copy this file to config/discourse.conf and amend with your settings # 3. You can pass in config from your environment, all the settings below are available. - Append DISCOURSE_ and upper case the setting in ENV. For example: - to pass in db_timeout of 200 you would use DISCOURSE_DB_TIMEOUT=200 +# Append DISCOURSE_ and upper case the setting in ENV. For example: +# to pass in db_timeout of 200 you would use DISCOURSE_DB_TIMEOUT=200 # All settings apply to production only