From c8b3a817f081f468b5c003bc7adacbbf6497fafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Wed, 12 Feb 2025 16:52:09 +0100 Subject: [PATCH] chore: correctly document env variables in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 666ee6a..a48ebe6 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,5 @@ Completion files are generated **during build process** in `target/*/build/*/out Currently `ahab` respects three environment variables. - `COMPOSE_FILE`: control which docker-compose file is used - defaults to `docker/local/docker-compose.yaml` -- `AHAB_POSTGRES_CONATINER`: control which compose service is used for sending postgres commands - defaults to `postgresdb` -- `AHAB_POSTGRES_CONATINER`: control which compose service is used for sending django commands - defaults to `appserver` +- `AHAB_DJANGO_CONTAINER`: control which compose service is used for sending django commands - defaults to `appserver` +- `AHAB_POSTGRES_CONTAINER`: control which compose service is used for sending postgres commands - defaults to `postgresdb`