From 9436b89723869922a137b1e960982fd963b4a3a6 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 16 Apr 2020 18:54:47 +0200 Subject: [PATCH] doc: describe more default settings --- doc/soju.1.scd | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/soju.1.scd b/doc/soju.1.scd index c82cdef..67705e3 100644 --- a/doc/soju.1.scd +++ b/doc/soju.1.scd @@ -49,7 +49,7 @@ be done by adding a "@" suffix to the username. Show help message and quit. *-config* - Path to the config file. + Path to the config file. If unset, a default config file is used. *-debug* Enable debug logging (this will leak sensitive information such as @@ -73,10 +73,12 @@ The config file has one directive per line. *sql* Set the SQL driver settings. The only supported driver is "sqlite3". The - source is the path to the SQLite database file. + source is the path to the SQLite database file. By default, the path to the + database file is "soju.db". *log* - Path to the bouncer logs root directory, or empty to disable logging. + Path to the bouncer logs root directory, or empty to disable logging. By + default, logging is disabled. # IRC SERVICE