notifications
Configuration for the notifications service
struct: config
nats_address string
The NATS server address. [Ref]
[serverless.services.notifications]
nats_address = ""nats_token string
The token to authenticate against the NATS server [Ref]
[serverless.services.notifications]
nats_token = ""nats_prefix string reva-notifications
The notifications NATS stream. [Ref]
[serverless.services.notifications]
nats_prefix = "reva-notifications"handlers map[string]map[string]interface{} nil
Settings for the different notification handlers. [Ref]
[serverless.services.notifications]
handlers = nilgrouping_interval int 60
Time in seconds to group incoming notification triggers [Ref]
[serverless.services.notifications]
grouping_interval = 60grouping_max_size int 100
Maximum number of notifications to group [Ref]
[serverless.services.notifications]
grouping_max_size = 100storage_driver string mysql
The driver used to store notifications [Ref]
[serverless.services.notifications]
storage_driver = "mysql"