Skip to content

Commit e7677cb

Browse files
committed
Update ch10-app-secrets.md
1 parent 6ff850e commit e7677cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/ch10-app-secrets.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
**App Secrets**
22

33
- [What is an app secret?](#what-is-an-app-secret)
4+
- [Database connection strings](#database-connection-strings)
45

56
# What is an app secret?
67

78
Never store a password or other sensitive values in your source code. Get those values from an environment variable or a secret management system like:
89
- [Secret Manager](https://learn.microsoft.com/en-us/aspnet/core/security/app-secrets) for local development secrets.
910
- [Azure Key Vault](https://learn.microsoft.com/en-us/azure/key-vault/general/overview) for cloud and production secrets.
1011

12+
# Database connection strings
13+
14+
Connection strings: https://learn.microsoft.com/en-us/ef/core/miscellaneous/connection-strings

0 commit comments

Comments
 (0)