From cd95aa3dc71bec3d15541424f328b6f3735432f1 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Mon, 3 Jul 2017 10:40:48 +0100 Subject: config options reorganised. More robust config parser. --- binit.cfg | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'binit.cfg') 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 -- cgit v1.2.3