Hosted Blazor WebAssembly and appsettings.json

I have settings that change for the different environments that they are deployed to for the report server. I have set ReportServer and ReportName in the appsettings.json in the "server" project, however it seems that I can not read the settings from the Blazor WASM client. What is the solution to this?

You can check this thread for more info: