diff --git a/conf/ldv.conf.sample b/conf/ldv.conf.sample index d31186d..5e01375 100644 --- a/conf/ldv.conf.sample +++ b/conf/ldv.conf.sample @@ -26,6 +26,15 @@ ], }, + imgbin => { + root => 'data/imgbin', + maxres => '8192x8192', + maxsize => 32 * 1024 * 1024, + thumbs_ext => 'jpg', + thumbs_size => '250x250', + css_maxwidth => 1024, + }, + zerobin => { root => 'data/zerobin', syntax => ['bash', 'c', 'css', 'html', 'perl', 'php', 'python'],