@@ -53,7 +53,8 @@ async function initialize() {
|
||||
multipleStatements: false,
|
||||
waitForConnections: true, // getConnection() will wait until a connection is avaiable
|
||||
ssl: false,
|
||||
timezone: 'Z' // mysql follows the SYSTEM timezone. on Cloudron, this is UTC
|
||||
timezone: 'Z', // mysql follows the SYSTEM timezone. on Cloudron, this is UTC
|
||||
charset: 'utf8mb4'
|
||||
});
|
||||
|
||||
gConnectionPool.on('connection', function (connection) {
|
||||
|
||||
Reference in New Issue
Block a user