From 93c0d658306dfb910473d7a8d8b49a6a4c7479f7 Mon Sep 17 00:00:00 2001 From: boomam <37086258+boomam@users.noreply.github.com> Date: Fri, 9 Dec 2022 18:16:31 -0500 Subject: [PATCH] docs: spelling fix (#4534) Corrected spelling of "postgres" in server config example. Co-authored-by: James Elliott --- docs/content/en/configuration/storage/postgres.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/configuration/storage/postgres.md b/docs/content/en/configuration/storage/postgres.md index 55f4c88e3..8ea2fae07 100644 --- a/docs/content/en/configuration/storage/postgres.md +++ b/docs/content/en/configuration/storage/postgres.md @@ -32,7 +32,7 @@ storage: username: authelia password: mypassword tls: - server_name: psotgres.example.com + server_name: postgres.example.com skip_verify: false minimum_version: TLS1.2 maximum_version: TLS1.3