More updates.

This commit is contained in:
Matt Burchett
2020-01-24 14:12:45 -06:00
parent c9706bd48a
commit aeac9e4e26
4 changed files with 28 additions and 1 deletions

View File

@ -11,6 +11,8 @@ import (
type Config struct {
TelegramToken string `json:"telegramToken"`
TelegramChatID string `json:"telegramChatID"`
SonarrAPIURL string `json:"sonarrAPIURL"`
SonarrAPIKey string `json:"sonarrAPIKey"`
}
//GetConfig gets the configuration values for the api using the file in the supplied configPath.