This project is part of the How to manage passwords in ASP.NET Core configuration files tutorial. See the tutorial for details.
To build and run the sample, execute the following command:
# Clone the repositoty
git clone https://github.com/gabihodoroaga/blog-app-secrets.git
cd blog-app-secrets
# Restore the .NET Core packages
dotnet restore
# Run the web app
dotnet run
On a separate terminal
curl -k https://localhost:5001/database/connectionstring