Update Environment Variables

Corban-Lee Jones 2024-08-27 18:20:28 +00:00
parent 64991704f1
commit 1d8216636e

@ -65,12 +65,14 @@ Example value: `https://discord.com/api/v9`
### Database
https://docs.djangoproject.com/en/5.0/ref/settings/#databases
#### `DB_ENGINE`
**Optional / Default `None`**
The database engine used by the application, view the []() for a list of supported database engines.
If `None`, the other database environment variables will be ignored, and an sqlite database will be used in the project root, named `db.sqlite3`.
If you're expecting a large amount of database activity, it is advised to update this value to a more production-ready database, such as [Postgresql](https://www.postgresql.org/)
Example value: `django.db.backends.postgresql`
@ -78,6 +80,8 @@ Example value: `django.db.backends.postgresql`
**Optional / No Default**
test
#### `DB_USER`
**Optional / No Default**