docs: spelling fix (#4534)
Corrected spelling of "postgres" in server config example. Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>pull/4540/head
parent
c93e3bc95f
commit
93c0d65830
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue