summaryrefslogtreecommitdiff
path: root/binit.cfg
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-06-30 23:15:36 +0100
committerKatolaZ <katolaz@freaknet.org>2017-06-30 23:15:36 +0100
commitee3dc59322eb3a366f3594261491381db5084110 (patch)
treefa3a98639cf8c38f80c42fe00f1f8abb0562d200 /binit.cfg
parentcfc67a824600be8d522c23c108d6333fca6b0359 (diff)
Added max_size in the configuration file
Diffstat (limited to 'binit.cfg')
-rw-r--r--binit.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/binit.cfg b/binit.cfg
index df17e2d..2758441 100644
--- a/binit.cfg
+++ b/binit.cfg
@@ -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