I want to make a project in blazor wasm and make it public, but is it safe to connect to MySql using appsettings.json?
In other words, is appsettings.json from a Blazor project automatically picked up and shipped to end-user's browser, thus exposing configuration data?