mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 23:24:03 +00:00
Merge branch 'master' into fix/auth-bound-routes
This commit is contained in:
commit
b012d95acd
@ -82,4 +82,4 @@ For general help using Strapi, please refer to [the official Strapi documentatio
|
||||
|
||||
## License
|
||||
|
||||
[MIT License](LICENSE.md) Copyright (c) 2015-2017 [Strapi Solutions](http://strapi.io/).
|
||||
[MIT License](LICENSE.md) Copyright (c) 2015-2018 [Strapi Solutions](http://strapi.io/).
|
||||
|
||||
@ -95,7 +95,9 @@ module.exports = strapi => {
|
||||
charset: _.get(connection.settings, 'charset'),
|
||||
schema: _.get(connection.settings, 'schema') || 'public',
|
||||
port: _.get(connection.settings, 'port'),
|
||||
socket: _.get(connection.settings, 'socketPath')
|
||||
socket: _.get(connection.settings, 'socketPath'),
|
||||
ssl: _.get(connection.settings, 'ssl') || false
|
||||
|
||||
},
|
||||
debug: _.get(connection.options, 'debug') || false,
|
||||
acquireConnectionTimeout: _.get(connection.options, 'acquireConnectionTimeout'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user