mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
fix: Configurable database schema name (#1046)
This commit is contained in:
parent
a618445a2f
commit
c2289c106e
1 changed files with 1 additions and 0 deletions
|
@ -48,5 +48,6 @@ module.exports.datastores = {
|
||||||
|
|
||||||
adapter: 'sails-postgresql',
|
adapter: 'sails-postgresql',
|
||||||
url: process.env.DATABASE_URL,
|
url: process.env.DATABASE_URL,
|
||||||
|
schemaName: process.env.DATABASE_SCHEMA,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue