From 50a8c211b6e5bd162f22327afc7bcec32bfdbc13 Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Thu, 2 May 2024 18:42:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20wrong=20env=20variable=20n?= =?UTF-8?q?ame?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcus Fihlon --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index cc72c87..d0bf29c 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -14,7 +14,7 @@ apus.filter.length=${FILTER_LENGTH:500} apus.filter.replies=${FILTER_REPLIES:true} apus.filter.sensitive=${FILTER_SENSITIVE:true} apus.filter.words=${FILTER_WORDS:} -apus.demo.roomCount=${DEMO_EVENT_ROOM_COUNT:0} +apus.demo.roomCount=${DEMO_ROOM_COUNT:0} apus.doag.eventId=${DOAG_EVENT_ID:0} apus.doag.eventApi=${DOAG_EVENT_API:https://meine.doag.org/api/event/action.getCPEventAgenda/eventId.%d/} apus.mastodon.instance=${MASTODON_INSTANCE:}