Showing
1 changed file
with
6 additions
and
3 deletions
@@ -108,7 +108,8 @@ module.exports = { | @@ -108,7 +108,8 @@ module.exports = { | ||
108 | port: '3306', | 108 | port: '3306', |
109 | user: 'root', | 109 | user: 'root', |
110 | password: '', | 110 | password: '', |
111 | - charset: 'utf8mb4' | 111 | + charset: 'utf8mb4', |
112 | + timezone: '+00:00' | ||
112 | }, | 113 | }, |
113 | database: 'yoho_activity_platform', | 114 | database: 'yoho_activity_platform', |
114 | }, | 115 | }, |
@@ -197,7 +198,8 @@ if (isProduction) { | @@ -197,7 +198,8 @@ if (isProduction) { | ||
197 | port: '3306', | 198 | port: '3306', |
198 | user: 'yh_vpc_bak', | 199 | user: 'yh_vpc_bak', |
199 | password: 'yoho@2Y$^YpNb7hp', | 200 | password: 'yoho@2Y$^YpNb7hp', |
200 | - charset: 'utf8mb4' | 201 | + charset: 'utf8mb4', |
202 | + timezone: '+00:00' | ||
201 | }, | 203 | }, |
202 | database: 'yoho_activity_platform', | 204 | database: 'yoho_activity_platform', |
203 | } | 205 | } |
@@ -223,7 +225,8 @@ if (isProduction) { | @@ -223,7 +225,8 @@ if (isProduction) { | ||
223 | port: '3306', | 225 | port: '3306', |
224 | user: 'yh_test', | 226 | user: 'yh_test', |
225 | password: 'yh_test', | 227 | password: 'yh_test', |
226 | - charset: 'utf8mb4' | 228 | + charset: 'utf8mb4', |
229 | + timezone: '+00:00' | ||
227 | }, | 230 | }, |
228 | database: 'yoho_activity_platform', | 231 | database: 'yoho_activity_platform', |
229 | } | 232 | } |
-
Please register or login to post a comment