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