From 173c7e96e4f27614fa702f75745097ab25478119 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Sun, 10 May 2015 19:00:56 +1000 Subject: [PATCH] * update config sample --- conf/ldv.conf.sample | 9 +++++++++ 1 file changed, 9 insertions(+) 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'],