developer system settings

This commit is contained in:
following
2012-08-10 11:08:38 +02:00
parent a37bb38e68
commit f6013cbc8a
3 changed files with 3 additions and 26 deletions
+1 -10
View File
@@ -78,19 +78,10 @@
// news settings
$use_news_approving = true;
$news_approver_email = 'news-approver@devel.opencaching.de';
$news_approver_email = 'root';
$opt['page']['showdonations'] = false;
//local database settings
$dbusername = 'ocold';
$dbname = 'opencaching';
$dbserver = ':/var/lib/mysql/mysql.sock';
$dbpasswd = 'developer';
$dbpconnect = false;
$tmpdbname = 'test'; // empty db with CREATE and DROP priviledges
// date format
$opt['db']['dateformat'] = 'Y-m-d H:i:s';