diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-07-03 10:40:48 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-07-03 10:40:48 +0100 |
commit | cd95aa3dc71bec3d15541424f328b6f3735432f1 (patch) | |
tree | d3235f3fc30809b2cb9a31f6e64c88fc817af184 /binit.cfg | |
parent | e29d79e5f9785d039175da43704d02907b54ab47 (diff) |
config options reorganised. More robust config parser.
Diffstat (limited to 'binit.cfg')
-rw-r--r-- | binit.cfg | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |