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:
parent
16acd1b49c
commit
fac5254ae8
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