Browse Source

* update config sample

master
Alex 'AdUser' Z 6 years ago
parent
commit
6467fa3fb1
  1. 11
      conf/ldv.conf.sample

11
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',

Loading…
Cancel
Save