mirror of
https://github.com/strapi/strapi.git
synced 2025-12-24 05:34:33 +00:00
Merge pull request #3718 from tobi2424/fix-socketPath
Fix socketPath connection setting's variable name
This commit is contained in:
commit
07011d2e99
@ -94,7 +94,7 @@ module.exports = strapi => {
|
||||
charset: _.get(connection.settings, 'charset'),
|
||||
schema: _.get(connection.settings, 'schema', 'public'),
|
||||
port: _.get(connection.settings, 'port'),
|
||||
socket: _.get(connection.settings, 'socketPath'),
|
||||
socketPath: _.get(connection.settings, 'socketPath'),
|
||||
ssl: _.get(connection.settings, 'ssl', false),
|
||||
timezone: _.get(connection.settings, 'timezone', 'utc'),
|
||||
filename: _.get(connection.settings, 'filename', '.tmp/data.db')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user