update conf var names

This commit is contained in:
2020-07-22 10:14:13 +02:00
parent 7927fe6483
commit 3f03090762
4 changed files with 26 additions and 21 deletions

View File

@ -23,7 +23,7 @@ func init() {
if e != nil {
fmt.Print(e)
}
confWebadress = os.Getenv("web_adress")
confWebadress = os.Getenv("jwt_web_adress")
}
func main() {