Skip to content

Commit 9677b9b

Browse files
committed
docs: update repository options section for clarity and remove deprecated value
1 parent 7b79288 commit 9677b9b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/docs/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ You can use both exact matching and glob patterns for OIDC user authorization:
9595

9696
### Repository Options
9797

98-
| Option | Environment Variable | Default | Description |
99-
| ----------------------- | --------------------- | ------- | --------------------------------------------------------------------------------------------------------------------- |
100-
| `--repository-backend` | `REPOSITORY_BACKEND` | `local` | Storage backend for OAuth state. Supported values: `local` (embedded BoltDB), `sqlite`, `postgres`, or `mysql`. |
101-
| `--repository-dsn` | `REPOSITORY_DSN` | - | Connection string passed directly to the SQL driver. Required when `--repository-backend` is `sqlite/postgres/mysql`. |
98+
| Option | Environment Variable | Default | Description |
99+
| ---------------------- | -------------------- | ------- | --------------------------------------------------------------------------------------------------------------------- |
100+
| `--repository-backend` | `REPOSITORY_BACKEND` | `local` | Storage backend for OAuth state. Supported values: `local` (embedded BoltDB), `sqlite`, `postgres`, or `mysql`. |
101+
| `--repository-dsn` | `REPOSITORY_DSN` | - | Connection string passed directly to the SQL driver. Required when `--repository-backend` is `sqlite/postgres/mysql`. |
102102

103103
`local` uses an embedded BoltDB file under `--data-path`. SQL backends run migrations automatically via GORM; the DSN must be valid for the chosen driver (examples below). The deprecated value `sql` is no longer accepted—select the concrete driver instead.
104104

0 commit comments

Comments
 (0)