summaryrefslogtreecommitdiff
path: root/binnit.cfg
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-07-03 13:08:46 +0100
committerKatolaZ <katolaz@freaknet.org>2017-07-03 13:08:46 +0100
commit8f5b41695d0f2b291b4ce3e26ee24c5f26e04cfb (patch)
tree4057cea5ae1e25727a8e8384e29920dfe559abcb /binnit.cfg
parentdece484ef755746d7a212694cffae65e2eaee6b8 (diff)
moved paste operations into paste/paste.go. Using paste.Store()
Diffstat (limited to 'binnit.cfg')
-rw-r--r--binnit.cfg4
1 files changed, 2 insertions, 2 deletions
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"