]> git.pld-linux.org Git - packages/php-pecl-memcache.git/commitdiff
- config extracted from memcached.php
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 25 Mar 2010 09:34:19 +0000 (09:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    config.php -> 1.1

config.php [new file with mode: 0644]

diff --git a/config.php b/config.php
new file mode 100644 (file)
index 0000000..cc8f1d9
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+/*
+ * Config for memcache.php administrative interface.
+ */
+
+// Admin Username
+define('ADMIN_USERNAME', 'memcache');
+// Admin Password
+define('ADMIN_PASSWORD', 'memcache');
+
+define('DATE_FORMAT', 'Y/m/d H:i:s');
+define('GRAPH_SIZE', 200);
+define('MAX_ITEM_DUMP', 50);
+
+// add more as an array
+$MEMCACHE_SERVERS[] = 'localhost:11211';
This page took 0.090368 seconds and 4 git commands to generate.