|
@@ -0,0 +1,10 @@
|
|
|
+<?php
|
|
|
+$config = array();
|
|
|
+$config['db']['master']['host'] = 'localhost';
|
|
|
+$config['db']['master']['username'] = 'root';
|
|
|
+$config['db']['master']['password'] = '';
|
|
|
+$config['db']['master']['port'] = '3306';
|
|
|
+$config['db']['master']['database'] = 'jbangjia';
|
|
|
+$config['db']['master']['charset'] = 'utf8';
|
|
|
+$config['db']['master']['pconnect'] = 0;
|
|
|
+$config['db']['master']['tablepre'] = 'ims_';
|