1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +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 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,
},
};