From 8f5b41695d0f2b291b4ce3e26ee24c5f26e04cfb Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Mon, 3 Jul 2017 13:08:46 +0100 Subject: moved paste operations into paste/paste.go. Using paste.Store() --- binnit.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binnit.cfg') diff --git a/binnit.cfg b/binnit.cfg index e404f8a..acf2253 100644 --- a/binnit.cfg +++ b/binnit.cfg @@ -12,7 +12,7 @@ bind_addr = 127.0.0.1 bind_port=8080 ## Directory where all pastes are kept -paste_dir=./pastes +paste_dir="./rubbish" ## Directory where HTML files and templates are kept templ_dir=./html @@ -21,4 +21,4 @@ templ_dir=./html max_size=16384 ## logfile -log_file="./binnit.log" \ No newline at end of file +log_file="./binnit.log" -- cgit v1.2.3