'', 'port' => 0, // This is the default memcached port. 'weight' => 100, ), ); $adminEmail = 'info@zurmo.com'; $installed = true; // Set to true by the installation process. $maintenanceMode = false; // Set to true during upgrade process or other maintenance tasks. $sandboxMode = false; // Set to true to enable sandbox mode. $instanceConfig = array(); //Set any parameters you want to have merged into configuration array. //@see CustomManagement $instanceConfig['components']['request']['hostInfo'] = '[[protocol]]://[[domhost]]'; $instanceConfig['components']['request']['scriptUrl'] = '[[relativeurl]]/app/index.php'; $urlManager = array (); // Set any parameters you want to customize url manager. if (is_file(INSTANCE_ROOT . '/protected/config/perInstanceConfig.php')) { require_once INSTANCE_ROOT . '/protected/config/perInstanceConfig.php'; } define('ZURMO_TOKEN', '[[ZURMO_TOKEN]]'); // Never modify this value below manually or system will not be able to decrypt encrypted passwords. define('ZURMO_PASSWORD_SALT', '[[ZURMO_PASSWORD_SALT]]'); ?>