ttrss-co-pilot/sample-appsettings.json

25 lines
698 B
JSON
Raw 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",
2023-11-12 16:08:13 -05:00
"userAgent": "Mozilla/5.0 (compatible; wget-is-not-a-crime/1.0)",
"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
}