Explorar el Código

add DB config

Denmaseno hace 8 años
padre
commit
c6b26fd452
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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