/[LeafOK_CVS]/lbbs-combo/conf/db_conn.conf.php
ViewVC logotype

Contents of /lbbs-combo/conf/db_conn.conf.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Jan 8 03:27:09 2026 UTC (2 months, 1 week ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Initial commit

1 <?php
2 $DB_hostname = "mysql";
3 $DB_username = "lbbs";
4 $DB_password = "YjM2ZmRmODNmYmE";
5 $DB_database = "lbbs";
6
7 $DB_session_timezone = "+08:00"; //Keep consistent with DB server config

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1