diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-06-30 23:15:36 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-06-30 23:15:36 +0100 |
commit | ee3dc59322eb3a366f3594261491381db5084110 (patch) | |
tree | fa3a98639cf8c38f80c42fe00f1f8abb0562d200 /binit.cfg | |
parent | cfc67a824600be8d522c23c108d6333fca6b0359 (diff) |
Added max_size in the configuration file
Diffstat (limited to 'binit.cfg')
-rw-r--r-- | binit.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |