From 653c1ad815617dbb65edd886b88298ca325c0250 Mon Sep 17 00:00:00 2001 From: Sohalt Date: Sat, 11 Apr 2020 04:38:57 +0200 Subject: [PATCH] [DOCS] Fix typo in the template and docs for Postgres (#853) * update config.template.yml * update postgres documentation --- config.template.yml | 4 ++-- docs/configuration/storage/postgres.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.template.yml b/config.template.yml index 7311acd7e..f86eec0d8 100644 --- a/config.template.yml +++ b/config.template.yml @@ -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 diff --git a/docs/configuration/storage/postgres.md b/docs/configuration/storage/postgres.md index 9e20a5250..8b1fd37ec 100644 --- a/docs/configuration/storage/postgres.md +++ b/docs/configuration/storage/postgres.md @@ -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