Add Environment Variables

Corban-Lee Jones 2024-08-27 17:43:47 +00:00
parent 744b48f3c8
commit 4fa3af63db

44
Environment-Variables.md Normal file

@ -0,0 +1,44 @@
This wiki covers the environment variables used in this application, their purposes and what values you should use.
### Access
#### `BOT_TOKEN`
### Security
#### `DEBUG`
#### `SECRET_KEY`
### Discord App
#### `DISCORD_KEY`
#### `DISCORD_SECRET`
#### `DISCORD_OAUTH2_URL`
#### `DISCORD_INVITE_URL`
#### `DISCORD_REDIRECT_URL`
#### `DISCORD_API_URL`
### Database
#### `DB_ENGINE`
#### `DB_NAME`
#### `DB_USER`
#### `DB_PASS`
#### `DB_HOST`
#### `DB_PORT`
### Extras
#### `SUPERUSER_IDS`