summaryrefslogtreecommitdiff
path: root/binit.cfg
diff options
context:
space:
mode:
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