diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-16 20:59:51 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-16 20:59:51 +0100 |
commit | 968cee422ab1d61b4234127892d75f0497d8d8c2 (patch) | |
tree | 16b65ca2c52ec553cb7584d2259f5d3c11ec5902 /blabouncer.conf | |
parent | a299b62e913df71bdd1c4b41d61d3fb098f12be7 (diff) |
Add a configurable base directory for things like logs, defaulting to $HOME/.blabouncer/.
Diffstat (limited to 'blabouncer.conf')
-rw-r--r-- | blabouncer.conf | 4 |
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/" |