diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-06-30 22:43:15 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-06-30 22:43:15 +0100 |
commit | cfc67a824600be8d522c23c108d6333fca6b0359 (patch) | |
tree | e5d87aab9232b65a2d227d0c9e87300b470ca1e9 /binit.cfg | |
parent | 3a4c6d43e4fd2253ed11056d0e9b0bf497ede881 (diff) |
added configuration file and logging
Diffstat (limited to 'binit.cfg')
-rw-r--r-- | binit.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binit.cfg b/binit.cfg new file mode 100644 index 0000000..df17e2d --- /dev/null +++ b/binit.cfg @@ -0,0 +1,8 @@ +## +## These are comments +## + +host=localhost +port=8080 +paste_dir=./pastes +templ_dir=./html |