From 00e2a05b5c14782d5a08a48194b9b7dfd53a35d5 Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Fri, 30 Aug 2024 15:47:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20social=20config=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcus Fihlon --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a2e62c..b2db680 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,8 @@ To modify the default configuration values, just specify environment variables w | MASTODON_IMAGE_LIMIT | 1 | Limit number of images per post (0 = no limit). | | MASTODON_IMAGES_ENABLED | true | Enable or disable images in mastodon posts. | | MASTODON_INSTANCE | | The Mastodon instance used to read the posts from (empty = disabled). | -| POST_COLUMNS | 3 | How many columns to be used for social media posts. | +| SOCIAL_COLUMNS | 3 | How many columns to be used for social media posts. | +| SOCIAL_HEADLINE | | Overwrite the headline for social media posts (empty = don't overwrite). | | SESSIONIZE_EVENT_API | [2] | The URL of the Sessionize event API to read the conference agenda. | | SESSIONIZE_EVENT_ID | 0 | The ID of the Sessionize event to read the conference agenda (0 = disabled). | | TZ | UTC | The timezone used for date and time calculations. |