Release diogenes-0.9.22
[diogenes.git] / debian / diogenes.config.inc.php
1 <?php
2 // WARNING : DO NOT EDIT THIS FILE, IT IS GENERATED AUTOMATICALLY !
3 // You can add your customisations in the "diogenes.debian.inc.php" file
4
5 // locations
6 $globals->spoolroot = "/var/spool/diogenes";
7 $globals->rcsroot = "/var/lib/diogenes";
8 $globals->root = "/usr/share/diogenes";
9 $globals->libroot = "/usr/share/php/diogenes";
10
11 // database access
12 $globals->dbdb = "@dbname@";
13 $globals->dbhost = "@dbserver@";
14 $globals->dbuser = "@dbuser@";
15 $globals->dbpwd = "@dbpass@";
16
17 // include local configuration
18 require("diogenes.debian.inc.php");
19
20 ?>