diff options
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 |