From ee3dc59322eb3a366f3594261491381db5084110 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Fri, 30 Jun 2017 23:15:36 +0100 Subject: Added max_size in the configuration file --- binit.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'binit.cfg') diff --git a/binit.cfg b/binit.cfg index df17e2d..2758441 100644 --- a/binit.cfg +++ b/binit.cfg @@ -2,7 +2,17 @@ ## These are comments ## +## host/IP host=localhost + +## Port number port=8080 + +## Directory where all pastes are kept paste_dir=./pastes + +## Directory where HTML files and templates are kept templ_dir=./html + +## max size of a paste, in bytes (cannot exceed 65535) +max_size=16384 -- cgit v1.2.3