more code

This commit is contained in:
Matt Burchett
2018-11-14 23:37:57 +00:00
parent 3bf56a1d1f
commit 9d422c3ddb
5 changed files with 336 additions and 6 deletions

View File

@ -12,6 +12,10 @@ type Config struct {
BaseURL string `json:"baseURL"`
PlexPyContext string `json:"plexPyContext"`
PlexPyAPIKey string `json:"plexPyAPIKey"`
PlexToken string `json:"plexToken"`
PlexHost string `json:"plexHost"`
PlexPort int `json:"plexPort"`
TelegramToken string `json:"telegramToken"`
}
//GetConfig gets the configuration values for the api using the file in the supplied configPath.