Cors Setting for Multiple origins

I see there is setting inside cors for multiple orgins? does this apply only to cors or can I use this setting for multiple origins within my api. can I get more documentartion on cors?

it applies only to the CORS middleware. The docs in our docs site is all there is. What are you looking to do?