diff options
Diffstat (limited to 'eskuel/config.inc.php')
-rw-r--r-- | eskuel/config.inc.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/eskuel/config.inc.php b/eskuel/config.inc.php new file mode 100644 index 0000000..a1018db --- /dev/null +++ b/eskuel/config.inc.php @@ -0,0 +1,21 @@ +<?php + +include('/etc/local-COMMON/auth/get_uid_and_mysql_pw.php'); + +$confDB['0']['name'] = 'default'; +$confDB['0']['host'] = 'localhost'; +$confDB['0']['user'] = $PHP_AUTH_USER; +$confDB['0']['password'] = $PHP_AUTH_PASS; +#$confDB['0']['db'] = $PHP_AUTH_USER.'_'; + +$conf['defaultPerRequest'] = '30'; +$conf['defaultConf'] = '0'; +$conf['defaultTxt'] = 'english.inc.php'; +$conf['tipsOfTheDay'] = '1'; +$conf['siteUrl'] = 'http://'; +$conf['showMysqlState'] = '1'; +$conf['showMysqlVars'] = '1'; +$conf['showMysqlProcess'] = '1'; +$conf['reduceBlob'] = '50'; + +?>
\ No newline at end of file |