Skip to content

Commit 425d3e8

Browse files
authored
Document password scheme secret field
Signed-off-by: Samuel Lorch <[email protected]>
1 parent cf013d1 commit 425d3e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ passwords:
273273
schemes:
274274
- version: 1
275275
algorithm: argon2id
276+
# The secret field is the equivalent to Synapses password_config pepper.
277+
secret: secretPepperValue
276278
```
277279

278280
## `account`

0 commit comments

Comments
 (0)