Update Environment Variables

Corban-Lee Jones 2024-08-27 18:42:15 +00:00
parent 62da744b3d
commit 591f197484

@ -26,6 +26,15 @@ Example value: `000000000000000001` or `000000000000000001,000000000000000002` (
### Discord App
This application works by communicating with the Discord API, to do this you will need a [Discord Application](https://discord.com/developers/docs/quick-start/overview-of-apps).
You can follow [this guide]() to create one fit for purpose.
> [!NOTE]
> PYRSS is a two-part project, meaning you will also have to setup the [PYRSS Bot](https://gitea.corbz.dev/corbz/PYRSS-Bot) to use it.
> The same Discord Application should be used for both projects when deployed and/or during development.
Once created, you can gather the values for all of the following fields:
#### `DISCORD_KEY`
**Required / No Default**
@ -73,7 +82,8 @@ https://docs.djangoproject.com/en/5.0/ref/settings/#databases
The database engine used by the application, view the [list of supported engines](https://docs.djangoproject.com/en/5.0/ref/settings/#engine) to learn more.
> **Warning** Leaving this value as the default value (`None`) will cause other database related environment variables to be ignored, due to the default sqlite database being used instead.
> [!WARNING]
> Leaving this value as the default value (`None`) will cause other database related environment variables to be ignored, due to the default sqlite database being used instead.
Example value: `django.db.backends.postgresql`