ASP.NET Core - User Secrets per Git Branch

208 views Asked by At

Is it possible to have different sets of user-secrets per git branch?

So that when switching from feature-branch-1 to feature-branch-2 you would pick up different sets of configuration? (ConnectionStrings, etc)

It seems like a fairly common use case, but I can't find anything branch related in the docs

0

There are 0 answers