authelia/docs/configuration/storage/postgres.md
Sohalt 653c1ad815
[DOCS] Fix typo in the template and docs for Postgres (#853)
* update config.template.yml
* update postgres documentation
2020-04-11 12:38:57 +10:00

381 B

layout title parent grand_parent nav_order
default PostgreSQL Storage backends Configuration 3

PostgreSQL

storage:
    postgres:
        host: 127.0.0.1
        port: 5432
        database: authelia
        username: authelia
        # This secret can also be set using the env variables AUTHELIA_STORAGE_POSTGRES_PASSWORD
        password: mypassword