Work in progress on refactoring all mail sending to use the message sender an sender workers. No yet finished.
This commit is contained in:
parent
355e03900a
commit
4e9f6bd57b
22 changed files with 811 additions and 444 deletions
|
@ -23,6 +23,12 @@ const knex = require('knex')({
|
|||
//, debug: true
|
||||
});
|
||||
|
||||
/*
|
||||
This is to enable logging on mysql side:
|
||||
SET GLOBAL general_log = 'ON';
|
||||
SET GLOBAL general_log_file = '/tmp/mysql-all.log';
|
||||
*/
|
||||
|
||||
|
||||
|
||||
module.exports = knex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue