Selaa lähdekoodia

add DB config

Denmaseno 8 vuotta sitten
vanhempi
commit
c6b26fd452
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      plex.go

+ 1 - 0
plex.go

@@ -19,6 +19,7 @@ import (
 type API struct {
 	User     string     `yaml:"user"`
 	Password string     `yaml:"password"`
+	DB       string     `yaml:"db"`
 	HTTP     HTTPConfig `yaml:"http"`
 	Trakt    Trakt      `yaml:"trakt"`
 	client   *http.Client