]> git.pld-linux.org Git - packages/php-pecl-memcache.git/blame - config.php
php 5.2 deps
[packages/php-pecl-memcache.git] / config.php
CommitLineData
f8ec07ca
ER
1<?php
2/*
3 * Config for memcache.php administrative interface.
4 */
5
251ba6ff
ER
6// Admin Username, use <null> (language construct, not string) to skip the check.
7// For example if you want to restrict the access with webserver.
8define('ADMIN_USERNAME', null);
f8ec07ca
ER
9// Admin Password
10define('ADMIN_PASSWORD', 'memcache');
11
41fe180b 12define('DATE_FORMAT', 'Y-m-d H:i:s');
f8ec07ca
ER
13define('GRAPH_SIZE', 200);
14define('MAX_ITEM_DUMP', 50);
15
16// add more as an array
17$MEMCACHE_SERVERS[] = 'localhost:11211';
This page took 0.096568 seconds and 4 git commands to generate.