mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 12:13:52 +00:00
Fix password knex issue
This commit is contained in:
parent
821a0b5dbb
commit
8e8a967062
@ -92,7 +92,7 @@ module.exports = strapi => {
|
||||
connection: {
|
||||
host: _.get(connection.settings, 'host'),
|
||||
user: _.get(connection.settings, 'username'),
|
||||
password: _.get(connection.settings, 'passsword'),
|
||||
password: _.get(connection.settings, 'password'),
|
||||
database: _.get(connection.settings, 'database'),
|
||||
charset: _.get(connection.settings, 'charset')
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user