authelia/docs/configuration/storage/postgres.md

21 lines
355 B
Markdown
Raw Normal View History

---
layout: default
title: PostgreSQL
parent: Storage backends
grand_parent: Configuration
nav_order: 3
---
# PostgreSQL
```yaml
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
```