From 0b1417faa0820847d4674d496dfeb069787c3ab2 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Mon, 27 May 2019 12:46:22 +0100 Subject: Change default certfile and keyfile to be / instead of $HOME/.blabouncer/. --- blabouncer.conf.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'blabouncer.conf.example') diff --git a/blabouncer.conf.example b/blabouncer.conf.example index e9bc15a..805534d 100644 --- a/blabouncer.conf.example +++ b/blabouncer.conf.example @@ -39,18 +39,18 @@ ircserver = "irc.blatech.net" # Real IRC server port ircserverport = "6697" -# Certificate file (defaults to $HOME/.blabouncer/cert.pem) +# Base directory (defaults to $HOME/.blabouncer/) +# Things such as the logs directory will be placed below this +#basedir = "/home/foo/.blabouncer/" + +# Certificate file (defaults to /cert.pem) # If clienttls = "0" then this need not be set #certfile = "/home/foo/.blabouncer/cert.pem" -# Certificate key file (defaults to $HOME/.blabouncer/key.pem) +# Certificate key file (defaults to /key.pem) # If clienttls = "0" then this need not be set #keyfile = "/home/foo/.blabouncer/key.pem" -# Base directory (defaults to $HOME/.blabouncer/) -# Things such as the logs directory will be placed below this -#basedir = "/home/foo/.blabouncer/" - # Enable logging ("1" for yes or "0" for no) # Logs go to basedir/logs/ with one file per channel/nick logging = "1" -- cgit v1.2.3