From d55a8f7987caff99e3d3f7868a2c024cb5981201 Mon Sep 17 00:00:00 2001 From: Nikhil Kumar Date: Thu, 4 Aug 2022 10:28:50 +0530 Subject: [PATCH] chore: Add POSTGRES_DATABASE details to the env file (#5180) Co-authored-by: Pranav Raj S --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index d3ca87f1e..81a65810c 100644 --- a/.env.example +++ b/.env.example @@ -38,6 +38,9 @@ REDIS_SENTINEL_MASTER_NAME= # REDIS_OPENSSL_VERIFY_MODE=none # 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_HOST=postgres POSTGRES_USERNAME=postgres POSTGRES_PASSWORD=