ttrss-co-pilot/sample-appsettings.json

24 lines
628 B
JSON
Raw Permalink Normal View History

2023-04-02 23:32:03 -04:00
{
"BaseUri": "https://ttrss.example.com/api/",
"username": "guy who didn't configure",
2023-04-05 01:44:46 -04:00
"password": "sordph1sh",
2023-04-05 02:52:26 -04:00
"podcastTitlePrefix": "[podcast title] - ",
"onDoneCopy":"./",
"workingDirectory":"working/",
"chatScript": "miscChat.sh",
"feedActions":
2023-04-05 01:44:46 -04:00
[
{
2023-04-05 02:52:26 -04:00
"triggerlabelCaption":"dl plz",
2023-04-05 01:44:46 -04:00
"command":"dl"
},
2023-04-05 02:52:26 -04:00
{
"triggerlabelCaption":"podcastify-yt plz",
"command":"podcastifyYT"
},
{
"triggerlabelCaption":"podcastify-attachment plz",
"command":"podcastifyAttachment"
2023-04-05 01:44:46 -04:00
}
]
2023-04-02 23:32:03 -04:00
}