refactor(core)!: Switch default Postgres user from root to postgres (#9248)
This commit is contained in:
@@ -82,7 +82,7 @@ export const schema = {
|
||||
user: {
|
||||
doc: 'PostgresDB User',
|
||||
format: String,
|
||||
default: 'root',
|
||||
default: 'postgres',
|
||||
env: 'DB_POSTGRESDB_USER',
|
||||
},
|
||||
schema: {
|
||||
|
||||
Reference in New Issue
Block a user