File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ environments:
129
129
serverURL : " http://dev.ala.org.au:8080"
130
130
dataSource :
131
131
dbCreate : update
132
- url : jdbc:mysql://localhost/logger?autoReconnect=true&connectTimeout=0&useUnicode=true&characterEncoding=UTF-8
132
+ url : jdbc:mysql://localhost/logger?autoReconnect=true&connectTimeout=0&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Australia/Sydney
133
133
username : " logger"
134
134
password : " password"
135
135
security :
@@ -151,7 +151,7 @@ environments:
151
151
serverURL : " https://logger.ala.org.au"
152
152
dataSource :
153
153
dbCreate : none
154
- url : jdbc:mysql://localhost/logger?autoReconnect=true&connectTimeout=0&useUnicode=true&characterEncoding=UTF-8
154
+ url : jdbc:mysql://localhost/logger?autoReconnect=true&connectTimeout=0&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Australia/Sydney
155
155
security :
156
156
cas :
157
157
appServerName : " https://logger.ala.org.au"
You can’t perform that action at this time.
0 commit comments