Authored by 邱骏

update

... ... @@ -74,9 +74,9 @@ module.exports = {
},
redis: {
connect: {
host: '127.0.0.1',
// host: '127.0.0.1',
//host: '192.168.102.49',
host: '192.168.102.49',
port: '6379',
enable_offline_queue: false,
retry_strategy(options) {
... ... @@ -96,10 +96,10 @@ module.exports = {
},
mysql: {
connect: {
host: '0.0.0.0',
host: 'localhost',
port: '3306',
user: 'root',
password: '123456'
password: ''
},
database: 'yoho_activity_platform',
},
... ...