diff options
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" |