Skip to content

Commit

Permalink
🐛 Fix wrong env variable name
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed May 2, 2024
1 parent fe2a44d commit 50a8c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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:}
Expand Down

0 comments on commit 50a8c21

Please sign in to comment.