Update Environment Variables

Corban-Lee Jones 2024-08-27 18:13:47 +00:00
parent e94826848c
commit 64991704f1

@ -70,8 +70,9 @@ Example value: `https://discord.com/api/v9`
**Optional / Default `None`**
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: ``
Example value: `django.db.backends.postgresql`
#### `DB_NAME`