18 lines
672 B
YAML
18 lines
672 B
YAML
# Notification config file
|
|
|
|
# Whether to allow HTML in notifications.
|
|
# This is a security risk, so only enable this if you trust your admins.
|
|
allowXSS: true
|
|
|
|
# The maximum duration of a notification in milliseconds.
|
|
maxDuration: 60000
|
|
|
|
# The default duration of a notification in milliseconds, if not specified.
|
|
defaultDuration: 7000
|
|
|
|
# The target ID to use to send notifications to every socket on the server.
|
|
# This is not used for the "target" parameter, instead this is for "targetChannel"/"targetUser".
|
|
# This will allow notifications to be sent to every socket on the server.
|
|
# This is configurable because it's potentially dangerous to allow every
|
|
allTarget: all
|