Using these docs we can easily set custom environment per app, but not custom environment variables. Is there anything similar but for variables?
Perhaps something like Blazor-Environment-Variable with a name and a value using some separator. And then these variables could be used in a usual way (like in a desktop .NET app), through IConfiguration and IOptions.