Commit | Line | Data |
---|---|---|
6855525e JL |
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 | ?> |