1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

chore: Rename for consistency

This commit is contained in:
Maksim Eltyshev 2025-03-01 21:46:47 +01:00
parent 783fe8b11e
commit e906f9bb82

View file

@ -48,6 +48,6 @@ module.exports.datastores = {
adapter: 'sails-postgresql',
url: process.env.DATABASE_URL,
schemaName: process.env.DB_SCHEMA || 'public',
schemaName: process.env.DATABASE_SCHEMA || 'public',
},
};