...
|
...
|
@@ -109,7 +109,7 @@ module.exports = { |
|
|
user: 'root',
|
|
|
password: '',
|
|
|
charset: 'utf8mb4',
|
|
|
timezone: '+00:00'
|
|
|
timezone: '+08:00'
|
|
|
},
|
|
|
database: 'yoho_activity_platform',
|
|
|
},
|
...
|
...
|
@@ -199,7 +199,7 @@ if (isProduction) { |
|
|
user: 'yh_vpc_bak',
|
|
|
password: 'yoho@2Y$^YpNb7hp',
|
|
|
charset: 'utf8mb4',
|
|
|
timezone: '+00:00'
|
|
|
timezone: '+08:00'
|
|
|
},
|
|
|
database: 'yoho_activity_platform',
|
|
|
}
|
...
|
...
|
@@ -226,7 +226,7 @@ if (isProduction) { |
|
|
user: 'yh_test',
|
|
|
password: 'yh_test',
|
|
|
charset: 'utf8mb4',
|
|
|
timezone: '+00:00'
|
|
|
timezone: '+08:00'
|
|
|
},
|
|
|
database: 'yoho_activity_platform',
|
|
|
}
|
...
|
...
|
|