Update README.md
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s

This commit is contained in:
Corban-Lee Jones 2024-08-12 00:55:22 +01:00
parent 0294e0d6e2
commit 39bd87d471

View File

@ -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