source: trunk/FACT++/www/shift/config.template.php@ 18842

Last change on this file since 18842 was 18842, checked in by Daniela Dorner, 7 years ago
added option to allow for using the website for another calendar and database for ToO visibilities
File size: 311 bytes
Line 
1<?PHP
2
3$dbhost = "mysql.host.com";
4$dbuser = "user";
5$dbpass = "password";
6$dbname = "calendar";
7
8if (strpos($_SERVER['PHP_SELF'], 'ToO') !== false)
9 $dbname= "ToOcalendar";
10
11$ldaphost = "161.72.93.133:389";
12$baseDN = "dc=fact,dc=iac,dc=es";
13$groupDN = "cn=Operations,ou=Application Groups,".$baseDN;
14
15?>
Note: See TracBrowser for help on using the repository browser.