diff --git a/authelia/configuration.yml b/authelia/configuration.yml index 0f47f9a..cb8dd77 100644 --- a/authelia/configuration.yml +++ b/authelia/configuration.yml @@ -36,7 +36,8 @@ session: storage: encryption_key: "a_very_long_secret_32_characters_minimum" postgres: - address: tcp://pg.chocomarsh.com:5432 + host: pg.chocomarsh.com + port: 5432 database: authelia schema: public username: postgres