ttrss-co-pilot/sample-appsettings.json

18 lines
428 B
JSON

{
"BaseUri": "https://ttrss.example.com/api/",
"username": "guy who didn't configure",
"password": "sordph1sh",
"podcastTitlePrefix": "[podcast title] - ",
"onDoneCopy":"./",
"feedActions":
[
{
"triggerlabelCaption":"dl plz",
"command":"dl"
},
{
"triggerlabelCaption":"podcastify plz",
"command":"podcastify"
}
]
}