aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging/app/im/secrets.toml
blob: 7acad55a00154f77d49a2077486f42513615d782 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[secrets."synapse/s3_access_key"]
type = 'user'
description = 'S3 access key ID for database storage'

[secrets."synapse/form_secret"]
type = 'command'
rotate = true
command = 'openssl rand -base64 42'

[secrets."synapse/signing_key"]
type = 'user'
description = 'Signing key for messages'

[secrets."synapse/macaroon_secret_key"]
type = 'command'
rotate = true
command = 'openssl rand -base64 42'

[secrets."synapse/registration_shared_secret"]
type = 'command'
rotate = true
command = 'openssl rand -base64 42'

[secrets."synapse/s3_secret_key"]
type = 'user'
description = 'S3 secret key for database storage'