]> git.pld-linux.org Git - packages/php-pecl-memcache.git/blame - config.php
- web does not require extension itself
[packages/php-pecl-memcache.git] / config.php
CommitLineData
f8ec07ca
ER
1<?php
2/*
3 * Config for memcache.php administrative interface.
4 */
5
6// Admin Username
7define('ADMIN_USERNAME', 'memcache');
8// Admin Password
9define('ADMIN_PASSWORD', 'memcache');
10
41fe180b 11define('DATE_FORMAT', 'Y-m-d H:i:s');
f8ec07ca
ER
12define('GRAPH_SIZE', 200);
13define('MAX_ITEM_DUMP', 50);
14
15// add more as an array
16$MEMCACHE_SERVERS[] = 'localhost:11211';
This page took 0.063826 seconds and 4 git commands to generate.