diff --git a/README.md b/README.md index 3eb145f..7fd10d4 100644 --- a/README.md +++ b/README.md @@ -21,21 +21,14 @@ Features Enviroment vars ------ -* DISCORD_TOKEN - * Discord bot auth token -* S3_URL - * S3 Endpoint URL, include port if needed -* S3_UN - * S3 Username -* S3_PW - * S3 Password -* S3_TLS - * Does the S3 endpoint use TLS/HTTPS? - * Either 'True' or 'False' - * Defaults to True -* S3_BUCKET - * The bucket to put memes into -* TAUTULLI_URL (optional) - * URL of your tautulli server -* TAUTULLI_APIKEY (optional) - * APIKEY to access your tautulli instance +| Environment Variable | Description | +| ---- | --- | +| DISCORD_TOKEN | Discord bot auth token | +| S3_URL | S3 Endpoint, include port if needed | +| S3_UN | S3 Username | +| S3_PW | S3 Password | +| S3_TLS | 'True' or 'False' to use TLS (Default True) | +| S3_BUCKET | The bucket to use | +| TAUTULLI_URL (TODO) | URL of tautulli server | +| TAUTULLI_APIKEY (TODO) | APIKEY to access the tautulli server | +