1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-10 16:05:35 +02:00

fix: sails-postgres not starting up

This commit is contained in:
Albert Buenaventura 2024-04-24 22:05:21 +08:00
parent 52f484d051
commit 349b0da373

View file

@ -46,7 +46,7 @@ module.exports.datastores = {
*
*/
adapter: 'sails-postgresql',
adapter: 'sails-postgresql-redacted',
url: process.env.DATABASE_URL,
},
};