Change database adapter to support the new Node. Closes #32

This commit is contained in:
Maksim Eltyshev
2020-08-31 16:45:22 +05:00
parent 16acd1b49c
commit fac5254ae8
3 changed files with 65 additions and 89 deletions

View File

@@ -46,7 +46,7 @@ module.exports.datastores = {
*
*/
adapter: 'sails-postgresql',
adapter: 'sails-postgresql-redacted',
url: process.env.DATABASE_URL,
},
};