package models import ( "fmt" "oc-auth/conf" ) func init() { c := conf.GetConfig() // configure storage fmt.Println(c.NatsUrl) }