From 39bd87d471aeb7d912b4ac3c208f84802cc22520 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Mon, 12 Aug 2024 00:55:22 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a1b69f..fd433d0 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Use environment variables to specify a database, otherwise an sqlite database fi `DB_ENGINE` - [Supported database engines](https://docs.djangoproject.com/en/5.0/ref/settings/#engine) `DB_NAME` - Name of the database `DB_USER` - Name of the database user -`DB_PASSWORD` - Password of the database user +`DB_PASS` - Password of the database user `DB_HOST` - Host IP of the database `DB_PORT` - Host Port of the database