fix yaml param

This commit is contained in:
Martin Thielecke 2020-05-09 22:46:45 +02:00
parent 09f1bd5167
commit 23201f3b15
Signed by: mthie
GPG Key ID: D1D25A85C8604DFB

View File

@ -19,7 +19,7 @@ var (
type Settings struct { type Settings struct {
ClientID string `yaml:"client_id"` ClientID string `yaml:"client_id"`
ClientSecret string `yaml:"client_secret"` ClientSecret string `yaml:"client_secret"`
RedirectURL string `yaml:"redirect_Url"` RedirectURL string `yaml:"redirect_url"`
VerificationToken string `yaml:"verification_token"` VerificationToken string `yaml:"verification_token"`
WebserverPort string `yaml:"webserver_port"` WebserverPort string `yaml:"webserver_port"`
} }