From 6467fa3fb13683ae2822d89016e8ddaa105ee52c Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Mon, 18 Jun 2018 03:01:45 +1000 Subject: [PATCH] * update config sample --- conf/ldv.conf.sample | 11 +++++++++++ 1 file changed, 11 insertions(+) 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',