-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ make mastodon instance name configurable closes #11
Signed-off-by: Marcus Fihlon <[email protected]>
- Loading branch information
Showing
4 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 11 additions & 6 deletions
17
src/main/resources/META-INF/additional-spring-configuration-metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
{ | ||
"properties": [ | ||
"properties" : [ | ||
{ | ||
"name": "apus.mastodon.hashtag", | ||
"type": "java.lang.String", | ||
"description": "The hashtag for the mastodon wall." | ||
} | ||
] } | ||
"name" : "apus.mastodon.instance", | ||
"type" : "java.lang.String", | ||
"description" : "The Mastodon instance used to read the posts from." | ||
}, | ||
{ | ||
"name" : "apus.mastodon.hashtag", | ||
"type" : "java.lang.String", | ||
"description" : "The hashtag for the Mastodon wall." | ||
} | ||
] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters