...
|
...
|
@@ -108,7 +108,8 @@ module.exports = { |
|
|
port: '3306',
|
|
|
user: 'root',
|
|
|
password: '',
|
|
|
charset: 'utf8mb4'
|
|
|
charset: 'utf8mb4',
|
|
|
timezone: '+00:00'
|
|
|
},
|
|
|
database: 'yoho_activity_platform',
|
|
|
},
|
...
|
...
|
@@ -197,7 +198,8 @@ if (isProduction) { |
|
|
port: '3306',
|
|
|
user: 'yh_vpc_bak',
|
|
|
password: 'yoho@2Y$^YpNb7hp',
|
|
|
charset: 'utf8mb4'
|
|
|
charset: 'utf8mb4',
|
|
|
timezone: '+00:00'
|
|
|
},
|
|
|
database: 'yoho_activity_platform',
|
|
|
}
|
...
|
...
|
@@ -223,7 +225,8 @@ if (isProduction) { |
|
|
port: '3306',
|
|
|
user: 'yh_test',
|
|
|
password: 'yh_test',
|
|
|
charset: 'utf8mb4'
|
|
|
charset: 'utf8mb4',
|
|
|
timezone: '+00:00'
|
|
|
},
|
|
|
database: 'yoho_activity_platform',
|
|
|
}
|
...
|
...
|
|