Change database adapter to support the new Node. Closes #32
This commit is contained in:
@@ -46,7 +46,7 @@ module.exports.datastores = {
|
||||
*
|
||||
*/
|
||||
|
||||
adapter: 'sails-postgresql',
|
||||
adapter: 'sails-postgresql-redacted',
|
||||
url: process.env.DATABASE_URL,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user