Skip to content

Commit

Permalink
CRM-18231 - civicrm.settings.php.template - Remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Sep 11, 2017
1 parent 2f8edd6 commit 594efca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions templates/CRM/common/civicrm.settings.php.template
Original file line number Diff line number Diff line change
Expand Up @@ -307,15 +307,15 @@ if (!defined('CIVICRM_DOMAIN_ID')) {
define( 'CIVICRM_DOMAIN_ID', 1);
}

/**
* Setting to define the environment in which this CiviCRM instance is running.
* Note the setting here must be value from the option group 'Environment',
* (see Administration > System Settings > Option Groups, Options beside Environment)
* which by default has three option values: 'Production', 'Staging', 'Development'.
/**
* Setting to define the environment in which this CiviCRM instance is running.
* Note the setting here must be value from the option group 'Environment',
* (see Administration > System Settings > Option Groups, Options beside Environment)
* which by default has three option values: 'Production', 'Staging', 'Development'.
* NB: defining a value for environment here prevents it from being set
* via the browser.
*/
// $civicrm_setting['domain']['environment'] = 'Production';
* via the browser.
*/
// $civicrm_setting['domain']['environment'] = 'Production';

/**
* Settings to enable external caching using a cache server. This is an
Expand Down

0 comments on commit 594efca

Please sign in to comment.