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