package types type MongoDB struct { Url string `json:",env=MONGO_URL"` DBName string `json:",default=simple_admin,env=MONGO_DBNAME"` }