summaryrefslogtreecommitdiff
path: root/blabouncer.conf
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-16 20:59:51 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-16 20:59:51 +0100
commit968cee422ab1d61b4234127892d75f0497d8d8c2 (patch)
tree16b65ca2c52ec553cb7584d2259f5d3c11ec5902 /blabouncer.conf
parenta299b62e913df71bdd1c4b41d61d3fb098f12be7 (diff)
Add a configurable base directory for things like logs, defaulting to $HOME/.blabouncer/.
Diffstat (limited to 'blabouncer.conf')
-rw-r--r--blabouncer.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/blabouncer.conf b/blabouncer.conf
index d90d35b..cf9591b 100644
--- a/blabouncer.conf
+++ b/blabouncer.conf
@@ -37,3 +37,7 @@ certfile = "cert.pem"
# Certificate key file
# If clienttls = "0" then this need not be set
keyfile = "key.pem"
+
+# Base directory (defaults to $HOME/.blabouncer/)
+# Things such as the logs directory will be placed below this
+#basedir = "/home/foo/.blabouncer/"