Skip to content

Commit

Permalink
fix typo in example secret filename (#2074)
Browse files Browse the repository at this point in the history
  • Loading branch information
milo-minderbinder committed Oct 31, 2020
1 parent 8dcc87c commit 9af8f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 9af8f11

Please sign in to comment.