doc: describe more default settings

This commit is contained in:
Simon Ser 2020-04-16 18:54:47 +02:00
parent 7f74055380
commit 9436b89723
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 5 additions and 3 deletions

View File

@ -49,7 +49,7 @@ be done by adding a "@<client>" suffix to the username.
Show help message and quit. Show help message and quit.
*-config* <path> *-config* <path>
Path to the config file. Path to the config file. If unset, a default config file is used.
*-debug* *-debug*
Enable debug logging (this will leak sensitive information such as Enable debug logging (this will leak sensitive information such as
@ -73,10 +73,12 @@ The config file has one directive per line.
*sql* <driver> <source> *sql* <driver> <source>
Set the SQL driver settings. The only supported driver is "sqlite3". The 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> *log* <path>
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 # IRC SERVICE