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
|
username: authelia
|
||||||
password: mypassword
|
password: mypassword
|
||||||
tls:
|
tls:
|
||||||
server_name: psotgres.example.com
|
server_name: postgres.example.com
|
||||||
skip_verify: false
|
skip_verify: false
|
||||||
minimum_version: TLS1.2
|
minimum_version: TLS1.2
|
||||||
maximum_version: TLS1.3
|
maximum_version: TLS1.3
|
||||||
|
|
Loading…
Reference in New Issue