add crypto secret to config

This commit is contained in:
Stefan Sterz 2016-02-23 17:47:19 +01:00
parent 7e1d8187f2
commit 14343e7fdd
1 changed files with 2 additions and 0 deletions

View File

@ -5,4 +5,6 @@ config.mysql_user = 'user';
config.mysql_secret = 'password';
config.mysql_database = 'autohome';
config.crypto_secret = 'crypto secret key';
module.exports = config;