corrected db name variable

This commit is contained in:
gyurix
2024-12-30 15:35:56 +01:00
parent 6c1d6845de
commit e2b3c4b2fd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"openprojectpostgres": {
"POSTGRES_DB": "#DB_POSTGRES",
"POSTGRES_DB": "#DB_NAME",
"POSTGRES_USER": "#DB_USER",
"POSTGRES_PASSWORD": "#DB_PASSWORD",
"POSTGRES_ROOT_PASSWORD": "#DB_ROOT_PASSWORD"