go_telegram/config-example.json

7 lines
210 B
JSON
Raw Normal View History

2018-07-19 16:03:25 +00:00
{
"BotToken": "your_bot_token",
"SonarrAPIURL": "http://example.com/tv/api/",
"SonarrAPIKey": "your key",
"PlexPyAPIURL": "http://example.com/plexpy/api/v2",
"PlexPyAPIKey": "your key"
}