]> git.openstreetmap.org Git - chef.git/blob - cookbooks/civicrm/templates/default/settings_location.php.erb
Fix indentation
[chef.git] / cookbooks / civicrm / templates / default / settings_location.php.erb
1 <?php
2
3 // the directory name for your 'sites' location in drupal. We use the below location
4 // along with drupal 'conf_init()' function to figure out where the settings files
5 // are located. This is primarily used when we hit CiviCRM outside of 'Drupal' (via mail/soap
6 // etc)
7
8 define( 'CIVICRM_CONFDIR', '/etc/drupal/7/sites/crm.osmfoundation.org' );
9
10 ?>