diff --git a/conf/ldv.conf.sample b/conf/ldv.conf.sample index 480b8cc..5ea6884 100644 --- a/conf/ldv.conf.sample +++ b/conf/ldv.conf.sample @@ -36,6 +36,17 @@ ], }, + filebin => { + access => 'all', + expire => 'year', + file_maxsize => 128 * 1024 * 1024, + image_maxmem => 384 * 1024 * 1024, + image_maxres => '8192x8192', + thumbs_ext => 'jpg', + thumbs_size => '200x200', + show_latest => 1, + }, + imgbin => { root => 'data/imgbin', expire => 'year',