From 13d1b2918a179b2b73afbb4c52e1822b7d3c8ec0 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Mon, 3 Jul 2017 11:46:39 +0100 Subject: Name changed to "binnit" --- binnit.cfg | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 binnit.cfg (limited to 'binnit.cfg') diff --git a/binnit.cfg b/binnit.cfg new file mode 100644 index 0000000..0f66b25 --- /dev/null +++ b/binnit.cfg @@ -0,0 +1,21 @@ +## +## 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 -- cgit v1.2.3