summaryrefslogtreecommitdiffstats
path: root/apcu.conf.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-03-27 06:14:02 +0100
committerRemi Collet <fedora@famillecollet.com>2013-03-27 06:14:02 +0100
commit44667e3131c27cee2085049e57580f2dea728add (patch)
treebc8fd8d99f399b4be8a7139d3befc7c8aa7f45e3 /apcu.conf.php
rename php-apcu to php-pecl-apcu
Diffstat (limited to 'apcu.conf.php')
-rw-r--r--apcu.conf.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/apcu.conf.php b/apcu.conf.php
new file mode 100644
index 0000000..8ed5320
--- /dev/null
+++ b/apcu.conf.php
@@ -0,0 +1,23 @@
+<?php
+define('USE_AUTHENTICATION',1); // Use (internal) authentication - best choice if
+ // no other authentication is available
+ // If set to 0:
+ // There will be no further authentication. You
+ // will have to handle this by yourself!
+ // If set to 1:
+ // You need to change ADMIN_PASSWORD to make
+ // this work!
+define('ADMIN_USERNAME','apc'); // Admin Username
+define('ADMIN_PASSWORD','password'); // Admin Password - CHANGE THIS TO ENABLE!!!
+
+// (beckerr) I'm using a clear text password here, because I've no good idea how to let
+// users generate a md5 or crypt password in a easy way to fill it in above
+
+//define('DATE_FORMAT', "d.m.Y H:i:s"); // German
+//define('DATE_FORMAT', "d/m/Y H:i:s"); // French
+define('DATE_FORMAT', 'Y/m/d H:i:s'); // US
+
+define('GRAPH_SIZE',200); // Image size
+
+//define('PROXY', 'tcp://127.0.0.1:8080');
+