nixcfg/cluster/staging/app/im/secrets.toml

28 lines
614 B
TOML

[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'