removed single quote
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
"POSTGRES_ROOT_PASSWORD": "#DB_ROOT_PASSWORD"
|
||||
},
|
||||
"openprojectapp": {
|
||||
"DATABASE_URL": "'postgres://#DB_USER:#DB_PASSWORD@openprojectpostgres-db:5432/#DB_NAME/openproject?pool=20&encoding=unicode&reconnect=true'"
|
||||
"DATABASE_URL": "postgres://#DB_USER:#DB_PASSWORD@openprojectpostgres-db:5432/#DB_NAME/openproject?pool=20&encoding=unicode&reconnect=true"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user