foxbox/config.scm

8 lines
263 B
Scheme

;; The configuration file for FoxBox
'((port . 6969)
(file-lifetime . (72 . hr))
(file-size/permanent . (1 . GiB))
(file-size/temporary . (100 . MiB))
(file-type/whitelist . ("image/png" "image/jpeg"
"image/gif" "video/webm")))