mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
fix typo in example secret filename (#2074)
This commit is contained in:
committed by
GitHub
parent
8dcc87cf42
commit
9af8f11086
@@ -135,7 +135,7 @@ Placing secret values in files is a common pattern to provide sensitive configur
|
||||
A secret file follows the same principal as a dotenv file except it only contains a single value and the file name
|
||||
is used as the key. A secret file will look like the following:
|
||||
|
||||
`/var/run/db_password`:
|
||||
`/var/run/database_password`:
|
||||
```
|
||||
super_secret_database_password
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user