Skip to content

Commit

Permalink
🔧 Reorder configuration properties
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Apr 19, 2024
1 parent 652381d commit b46bf0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ vaadin.frontend.hotdeploy=true

apus.version=@project.version@
apus.admin.password=${ADMIN_PASSWORD:}
apus.filter.length=${FILTER_LENGTH:500}
apus.filter.replies=${FILTER_REPLIES:true}
apus.filter.sensitive=${FILTER_SENSITIVE:true}
apus.filter.words=${FILTER_WORDS:}
apus.doag.eventId=${DOAG_EVENT_ID:0}
apus.mastodon.instance=${MASTODON_INSTANCE:}
apus.mastodon.hashtag=${MASTODON_HASHTAG:}
apus.mastodon.imagesEnabled=${MASTODON_IMAGES_ENABLED:true}
apus.mastodon.imageLimit=${MASTODON_IMAGE_LIMIT:1}
apus.filter.length=${FILTER_LENGTH:500}
apus.filter.replies=${FILTER_REPLIES:true}
apus.filter.sensitive=${FILTER_SENSITIVE:true}
apus.filter.words=${FILTER_WORDS:}

0 comments on commit b46bf0d

Please sign in to comment.