1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-24 15:49:46 +02:00

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 767d39586c
commit 08aef7c052
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,
},
};