fix sqlite client

This commit is contained in:
Dieter Stinglhamber 2022-09-01 09:17:23 +02:00
parent 28db135322
commit c068ec5aef

View File

@ -19,7 +19,7 @@ const generateDbEnvariables = ({ connection, client }) => {
const compile = _.template(tmpl);
return compile({
client: connection.client,
client,
connection: {
...connection.connection,
ssl: connection.connection.ssl || false,