Configuration¶
The template has a top-level .template.config/template.json with short name connectsoft-blazor-shell and 4 symbols.
Appsettings¶
src/Shell.BlazorServer/appsettings.Development.jsonsrc/Shell.BlazorServer/appsettings.jsontests/Shell.BlazorServer.UnitTests/appsettings.UnitTests.json
Template Parameters¶
Configuration exposed through scaffold parameters is listed in Parameters. Runtime-only settings must be read from the generated appsettings files and options classes.
Operational Rule¶
Do not add documented configuration keys here unless they exist in the current repo or generated output.