12 lines
No EOL
275 B
Text
12 lines
No EOL
275 B
Text
var config = {};
|
|
|
|
config.mysql_host = 'localhost';
|
|
config.mysql_user = 'user';
|
|
config.mysql_secret = 'password';
|
|
config.mysql_database = 'autohome';
|
|
|
|
config.crypto_secret = 'crypto secret key';
|
|
|
|
config.debug = false;
|
|
|
|
module.exports = config; |