mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 10:42:38 +00:00
fix: linux installation failure due to empty db name (#5283)
This commit is contained in:
@@ -40,7 +40,7 @@ REDIS_SENTINEL_MASTER_NAME=
|
|||||||
# Postgres Database config variables
|
# Postgres Database config variables
|
||||||
# You can leave POSTGRES_DATABASE blank. The default name of
|
# You can leave POSTGRES_DATABASE blank. The default name of
|
||||||
# the database in the production environment is chatwoot_production
|
# the database in the production environment is chatwoot_production
|
||||||
POSTGRES_DATABASE=
|
# POSTGRES_DATABASE=
|
||||||
POSTGRES_HOST=postgres
|
POSTGRES_HOST=postgres
|
||||||
POSTGRES_USERNAME=postgres
|
POSTGRES_USERNAME=postgres
|
||||||
POSTGRES_PASSWORD=
|
POSTGRES_PASSWORD=
|
||||||
|
|||||||
Reference in New Issue
Block a user