Copy
Config = {}
-- Default notification settings
Config.DefaultLength = 5000
Config.DefaultColor = 'blue'
Config.Position = 'top-right' -- options: top-left, top-right, bottom-left, bottom-right
-- Sound settings
Config.EnableSound = true -- set to false to disable notification sounds
Config.SoundFile = 'notify.ogg' -- must be inside html/sounds/
Config.SoundVolume = 0.3 -- volume (0.0 - 1.0)