1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00

[DOCS] Fix typo in the template and docs for Postgres ()

* update config.template.yml
* update postgres documentation
This commit is contained in:
Sohalt 2020-04-11 04:38:57 +02:00 committed by GitHub
parent 0189688588
commit 653c1ad815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
config.template.yml
docs/configuration/storage

View File

@ -324,10 +324,10 @@ storage:
# This secret can also be set using the env variables AUTHELIA_STORAGE_MYSQL_PASSWORD # This secret can also be set using the env variables AUTHELIA_STORAGE_MYSQL_PASSWORD
password: mypassword password: mypassword
# Settings to connect to MySQL server # Settings to connect to PostgreSQL server
# postgres: # postgres:
# host: 127.0.0.1 # host: 127.0.0.1
# port: 3306 # port: 5432
# database: authelia # database: authelia
# username: authelia # username: authelia
# # This secret can also be set using the env variables AUTHELIA_STORAGE_POSTGRES_PASSWORD # # This secret can also be set using the env variables AUTHELIA_STORAGE_POSTGRES_PASSWORD

View File

@ -12,7 +12,7 @@ nav_order: 3
storage: storage:
postgres: postgres:
host: 127.0.0.1 host: 127.0.0.1
port: 3306 port: 5432
database: authelia database: authelia
username: authelia username: authelia
# This secret can also be set using the env variables AUTHELIA_STORAGE_POSTGRES_PASSWORD # This secret can also be set using the env variables AUTHELIA_STORAGE_POSTGRES_PASSWORD