refactor(core)!: Switch default Postgres user from root to postgres (#9248)

This commit is contained in:
Iván Ovejero
2024-04-29 14:19:19 +02:00
committed by GitHub
parent 58156eeeec
commit 2917d04766
3 changed files with 12 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ export const schema = {
user: {
doc: 'PostgresDB User',
format: String,
default: 'root',
default: 'postgres',
env: 'DB_POSTGRESDB_USER',
},
schema: {