summaryrefslogblamecommitdiffstats
path: root/config.php
blob: 262ed508f6a06f95186b62a67811bd34a0aaae3b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12


                                             
                                        
 






                                                                
<?php

define('CONFIG_SESSION_DIR', '/tmp/openslx');
define('CONFIG_SESSION_TIMEOUT', 86400);

//define('CONFIG_SQL_BACKEND', 'mysql');
//define('CONFIG_SQL_HOST', 'localhost');
define('CONFIG_SQL_DSN', 'mysql:dbname=openslx;host=localhost');
define('CONFIG_SQL_USER', 'openslx');
define('CONFIG_SQL_PASS', 'geheim');
//define('CONFIG_SQL_DB', 'openslx');