Warning: Attempt to read property "date" on null in /home/www/websvn.26th.net/html/blame.php on line 247

Warning: Attempt to read property "msg" on null in /home/www/websvn.26th.net/html/blame.php on line 247

Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/www/websvn.26th.net/html/blame.php on line 247
WebSVN – general – Blame – /hostadmiral/branches/hibernate3/backend/backend.conf.sample – Rev 1214

Subversion Repositories general

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1214 dev 1
# sample configuration for hostadmiral backend
2
 
3
$host        = '127.0.0.1';
4
$port        = 9090;
5
$password    = 'password';
6
$db_url      = 'DBI:mysql:database=mail;host=localhost;port=3306';
7
$db_user     = 'root';
8
$db_password = 'mysql_password';
9
$log_level   = 9;
10
 
11
1;
12