From 9af8f11086ff2cbfdabccc34c39b7df6be8e23db Mon Sep 17 00:00:00 2001 From: milo-minderbinder Date: Sat, 31 Oct 2020 14:41:18 -0400 Subject: [PATCH] fix typo in example secret filename (#2074) --- docs/usage/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/settings.md b/docs/usage/settings.md index a06ea52..9f9c505 100644 --- a/docs/usage/settings.md +++ b/docs/usage/settings.md @@ -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 ```