Add custom Postgres schema support

This commit is contained in:
Istvan Richter
2020-03-18 06:04:53 +01:00
parent ce0aaeba7d
commit 31a2138f92
5 changed files with 12 additions and 0 deletions

View File

@@ -51,6 +51,12 @@ const config = convict({
default: 'root',
env: 'DB_POSTGRESDB_USER'
},
schema: {
doc: 'PostgresDB Schema',
format: String,
default: 'public',
env: 'DB_POSTGRESDB_SCHEMA'
},
},
mysqldb: {
database: {