From 1db72dbe52044e70956919511be12d5f9ce735fd Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Wed, 17 Aug 2022 16:53:19 +0530 Subject: [PATCH] fix: linux installation failure due to empty db name (#5283) --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 81a65810c..e802afbff 100644 --- a/.env.example +++ b/.env.example @@ -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=