type Config struct {
DataBase dataBaseConfig `json:"dataBase,omitempty"`
Server serverConfig `json:"server,omitempty"`
CORS cors `json:"cors,omitempty"`
Security security `json:"security,omitempty"`
}
Config provides configuration to whole applicaiton