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:
parent
767d39586c
commit
08aef7c052
3 changed files with 65 additions and 89 deletions
|
@ -46,7 +46,7 @@ module.exports.datastores = {
|
|||
*
|
||||
*/
|
||||
|
||||
adapter: 'sails-postgresql',
|
||||
adapter: 'sails-postgresql-redacted',
|
||||
url: process.env.DATABASE_URL,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue