fix: linux installation failure due to empty db name (#5283)

This commit is contained in:
Vishnu Narayanan 2022-08-17 16:53:19 +05:30 committed by GitHub
parent 975eed65d7
commit 1db72dbe52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ REDIS_SENTINEL_MASTER_NAME=
# Postgres Database config variables
# You can leave POSTGRES_DATABASE blank. The default name of
# the database in the production environment is chatwoot_production
POSTGRES_DATABASE=
# POSTGRES_DATABASE=
POSTGRES_HOST=postgres
POSTGRES_USERNAME=postgres
POSTGRES_PASSWORD=