update conf var names
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user