fix: Reverting postgres password for now
This commit is contained in:
parent
f421f5ee84
commit
978a01c968
1 changed files with 0 additions and 1 deletions
|
|
@ -219,7 +219,6 @@ export function generateDatabaseConfiguration(database: Database & { settings: D
|
||||||
return {
|
return {
|
||||||
privatePort: 5432,
|
privatePort: 5432,
|
||||||
environmentVariables: {
|
environmentVariables: {
|
||||||
POSTGRESQL_POSTGRES_PASSWORD: rootUserPassword,
|
|
||||||
POSTGRESQL_PASSWORD: dbUserPassword,
|
POSTGRESQL_PASSWORD: dbUserPassword,
|
||||||
POSTGRESQL_USERNAME: dbUser,
|
POSTGRESQL_USERNAME: dbUser,
|
||||||
POSTGRESQL_DATABASE: defaultDatabase
|
POSTGRESQL_DATABASE: defaultDatabase
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue