package config // CORSConf stores the configuration for cross domain type CORSConf struct { Address string `json:",env=CORS_ADDRESS"` }