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.