enkodellc / blazorboilerplate

Blazor Boilerplate / Starter Template with MudBlazor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic ConnectionString MS Sql

AlexanderZender opened this issue · comments

Hello everybody,

for my project I host blazorboilerplate inside a Kubernetes cluster, I need to dynamically set the SQL server address.
But I´m not really sure where changes would need to be provided, in the startup `?

I would really appreciate any leads!

commented

Look here:

var connectionString = configuration.GetConnectionString("DefaultConnection");