filmov
tv
How to Keep .Net Secrets Secret During Development
Показать описание
In this video we take a look at how to locally save secrets in .NET to avoid having them in code.
Commands:
dotnet user-secrets init
dotnet user-secrets set "Movies:ServiceApiKey" "12345"
Coding books I recommend:
My Setup:
Commands:
dotnet user-secrets init
dotnet user-secrets set "Movies:ServiceApiKey" "12345"
Coding books I recommend:
My Setup: