From 8c86e09e015e623cc19dbe11b9ea4d60a6559b8f Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Tue, 31 Oct 2023 17:02:00 +0100 Subject: [PATCH] Minimal demo config --- .github/workflows/demo-config.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/demo-config.json b/.github/workflows/demo-config.json index 913fe2a..50c6dd3 100644 --- a/.github/workflows/demo-config.json +++ b/.github/workflows/demo-config.json @@ -1,9 +1,6 @@ { - "server": "mastodon.social", + "servers": ["mastodon.social"], "tags": ["foss", "cats", "dogs", "fediwall"], "accounts": ["defnull@chaos.social"], - "limit": 20, - "interval": 10, - "theme": "dark", - "info": "top" + "theme": "dark" } \ No newline at end of file