From a5d65e7cc4e84c7295b8062ba24ea01150c48c82 Mon Sep 17 00:00:00 2001 From: Pratik date Date: Fri, 20 Oct 2023 23:10:21 +0530 Subject: [PATCH] Update .env.external.example --- deploy/docker/.env.external.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/docker/.env.external.example b/deploy/docker/.env.external.example index 0e7118f101..7aa73adef5 100644 --- a/deploy/docker/.env.external.example +++ b/deploy/docker/.env.external.example @@ -8,7 +8,7 @@ SECRET_KEY_BASE= #replace_with_secret_key_base # DATABASE CONFIG ORM_LOGGING=all -PG_DB= # Databse name +PG_DB= # Database name PG_USER= # Postgres database username PG_HOST= # Postgres database host PG_PASS= # Postgres database password