From 968cee422ab1d61b4234127892d75f0497d8d8c2 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Thu, 16 May 2019 20:59:51 +0100 Subject: Add a configurable base directory for things like logs, defaulting to $HOME/.blabouncer/. --- blabouncer.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'blabouncer.conf') 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/" -- cgit v1.2.3