From 2d5e74e772b173d71bf6216b0144609e42aa07f7 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sat, 17 Dec 2022 21:59:08 -0500 Subject: [PATCH] change environment vars to table --- README.md | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) 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 | +