fix typo in example secret filename (#2074)

This commit is contained in:
milo-minderbinder
2020-10-31 14:41:18 -04:00
committed by GitHub
parent 8dcc87cf42
commit 9af8f11086
+1 -1
View File
@@ -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
```