summaryrefslogtreecommitdiff
path: root/binit.cfg
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-07-03 11:46:39 +0100
committerKatolaZ <katolaz@freaknet.org>2017-07-03 11:46:39 +0100
commit13d1b2918a179b2b73afbb4c52e1822b7d3c8ec0 (patch)
tree970231166e1c6c9c0756f6ceebf6ff076a32eb5b /binit.cfg
parentcd95aa3dc71bec3d15541424f328b6f3735432f1 (diff)
Name changed to "binnit"
Diffstat (limited to 'binit.cfg')
-rw-r--r--binit.cfg21
1 files changed, 0 insertions, 21 deletions
diff --git a/binit.cfg b/binit.cfg
deleted file mode 100644
index 0f66b25..0000000
--- a/binit.cfg
+++ /dev/null
@@ -1,21 +0,0 @@
-##
-## These are comments
-##
-
-## Server name
-server_name=localhost:8080
-
-## Bind address
-bind_addr = 127.0.0.1
-
-## Port number
-bind_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