first commit
This commit is contained in:
4
config/app.config.php
Executable file
4
config/app.config.php
Executable file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$__config['akey'] ='';// appkey
|
||||
$__config['skey'] = '';// secret key
|
||||
$__config['callback'] = 'http://'.$_SERVER['HTTP_HOST'].'/?c=callback';
|
15
config/db.config.php
Executable file
15
config/db.config.php
Executable file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// main db setting
|
||||
$master['host'] = 'localhost';
|
||||
$master['user'] = 'root';
|
||||
$master['passwd'] = '';
|
||||
$master['dbname'] = '';
|
||||
|
||||
/* slave db seting
|
||||
|
||||
$slave['host'] = 'localhost';
|
||||
$slave['user'] = 'root';
|
||||
$slave['passwd'] = '';
|
||||
$slave['dbname'] = '';
|
||||
|
||||
*/
|
Reference in New Issue
Block a user