summaryrefslogtreecommitdiff
path: root/binit.cfg
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-07-03 10:40:48 +0100
committerKatolaZ <katolaz@freaknet.org>2017-07-03 10:40:48 +0100
commitcd95aa3dc71bec3d15541424f328b6f3735432f1 (patch)
treed3235f3fc30809b2cb9a31f6e64c88fc817af184 /binit.cfg
parente29d79e5f9785d039175da43704d02907b54ab47 (diff)
config options reorganised. More robust config parser.
Diffstat (limited to 'binit.cfg')
-rw-r--r--binit.cfg9
1 files changed, 6 insertions, 3 deletions
diff --git a/binit.cfg b/binit.cfg
index 2758441..0f66b25 100644
--- a/binit.cfg
+++ b/binit.cfg
@@ -2,11 +2,14 @@
## These are comments
##
-## host/IP
-host=localhost
+## Server name
+server_name=localhost:8080
+
+## Bind address
+bind_addr = 127.0.0.1
## Port number
-port=8080
+bind_port=8080
## Directory where all pastes are kept
paste_dir=./pastes