phonebook/config-local.php-dist

17 строки
443 B
Plaintext

<?php
/*
* This is where you would override certain config values, locally.
* Copy this to config-local.php and change the values as appropriate.
* If this file does not exist, they default to the values shown here.
*/
// LDAP
define('LDAP_HOST', 'pm-ns01.mozilla.org');
// Memcache (port number is mandatory)
define("MEMCACHE_ENABLED", true);
$memcache_servers = array(
'localhost:11211',
);
define('MEMCACHE_PREFIX', 'phonebook');