package global import ( "nCovTrack-Backend/config" "gorm.io/gorm" ) var ( ServerSettings config.ServerConfig Db *gorm.DB )