Skip to content

Commit

Permalink
Add documentation of DB SSL configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Oct 8, 2023
1 parent 0bd86c1 commit 615d3c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ Configure the PostgreSQL database used by Keila:

| Variable | Required | Default | Description |
| --------------- | -------- | ------- | ----------------------------------------------------------------- |
| `DB_URL` | yes | - | URL following the schema `postgres://user:password@host/database` |
| `DB_ENABLE_SSL` | no | - | Use SSL/TLS for the database connection |
| `DB_URL` | yes | - | URL following the schema `postgres://user:password@host/database` |
| `DB_ENABLE_SSL` | no | false | Use SSL/TLS for the database connection |
| `DB_VERIFY_SSL_HOST` | no | true | Enable SSL hostname verification (disable if connecting to an IP directly) |
| `DB_CA_CERT` | no | - | SSL certificate (PEM) for connecting to the database |

## Root User

Expand Down

0 comments on commit 615d3c2

Please sign in to comment.