diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-07-03 13:08:46 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-07-03 13:08:46 +0100 |
commit | 8f5b41695d0f2b291b4ce3e26ee24c5f26e04cfb (patch) | |
tree | 4057cea5ae1e25727a8e8384e29920dfe559abcb /binnit.cfg | |
parent | dece484ef755746d7a212694cffae65e2eaee6b8 (diff) |
moved paste operations into paste/paste.go. Using paste.Store()
Diffstat (limited to 'binnit.cfg')
-rw-r--r-- | binnit.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |