]> git.pld-linux.org Git - packages/php-pecl-memcache.git/blob - config.php
- use iso8601 date format to avoid ambiguity
[packages/php-pecl-memcache.git] / config.php
1 <?php
2 /*
3  * Config for memcache.php administrative interface.
4  */
5
6 // Admin Username
7 define('ADMIN_USERNAME', 'memcache');
8 // Admin Password
9 define('ADMIN_PASSWORD', 'memcache');
10
11 define('DATE_FORMAT', 'Y-m-d H:i:s');
12 define('GRAPH_SIZE', 200);
13 define('MAX_ITEM_DUMP', 50);
14
15 // add more as an array
16 $MEMCACHE_SERVERS[] = 'localhost:11211';
This page took 0.137393 seconds and 4 git commands to generate.