8 lines
193 B
Text
8 lines
193 B
Text
|
var config = {};
|
||
|
|
||
|
config.mysql_host = 'localhost';
|
||
|
config.mysql_user = 'user';
|
||
|
config.mysql_secret = 'password';
|
||
|
config.mysql_database = 'autohome';
|
||
|
|
||
|
module.exports = config;
|