[DOCS] Fix typo in the template and docs for Postgres (#853)
* update config.template.yml * update postgres documentationpull/854/head
parent
0189688588
commit
653c1ad815
|
@ -324,10 +324,10 @@ storage:
|
|||
# This secret can also be set using the env variables AUTHELIA_STORAGE_MYSQL_PASSWORD
|
||||
password: mypassword
|
||||
|
||||
# Settings to connect to MySQL server
|
||||
# Settings to connect to PostgreSQL server
|
||||
# postgres:
|
||||
# host: 127.0.0.1
|
||||
# port: 3306
|
||||
# port: 5432
|
||||
# database: authelia
|
||||
# username: authelia
|
||||
# # This secret can also be set using the env variables AUTHELIA_STORAGE_POSTGRES_PASSWORD
|
||||
|
|
|
@ -12,7 +12,7 @@ nav_order: 3
|
|||
storage:
|
||||
postgres:
|
||||
host: 127.0.0.1
|
||||
port: 3306
|
||||
port: 5432
|
||||
database: authelia
|
||||
username: authelia
|
||||
# This secret can also be set using the env variables AUTHELIA_STORAGE_POSTGRES_PASSWORD
|
||||
|
|
Loading…
Reference in New Issue