# .Net Core Web Api

# Set up config

Main config in appsettings.json.

Environment configs in appsettings..json.

# Config Secrets

Locally, use user-secrets.

dotnet user-secrets set "Key:SubKey" "Value>

Put Production in Azure Key Vault.