mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
fix sqlite client
This commit is contained in:
parent
28db135322
commit
c068ec5aef
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user