From ac7a8dd90e8d4a3da28be73cedf1bd916dad8a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20W=C3=B3jcik?= Date: Tue, 7 Oct 2025 08:46:50 +0200 Subject: [PATCH] BTHLABS-0000: `README.md `fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1bcac1b..c9f6252 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,7 @@ credentials. The Web app will be reachable at `http://127.0.0.1:8000/`. The admin will be reachable at `http://127.0.0.1:8000/admin/`. The `DJANGO_SETTINGS_MODULE` environment variable defaults to -`hotpocket_backend.settings.deployment.webapp`. This should be set to -`hotpocket_backend.settings.deployment.admin` in the Admin container. +`hotpocket_backend.settings.deployment.aio`. **NOTE:** The command above specifies wildly insecure `SECRET_KEY` which is used among other things to secure the session cookie. Please *please* @@ -94,7 +93,8 @@ backend etc. The final deployment will require services for at least the Web app, the Celery worker and Celery Beat. Admin is optional. The `DJANGO_SETTINGS_MODULE` environment variable defaults to -`hotpocket_backend.settings.deployment.aio`. +`hotpocket_backend.settings.deployment.webapp`. This should be set to +`hotpocket_backend.settings.deployment.admin` in the Admin container. The `deployment/fullstack/docker-compose.yaml` file can be used as a starting point for full-stack deployments.