Changeset 507 in code for trunk/doc/soju.1.scd


Ignore:
Timestamp:
Apr 21, 2021, 4:15:04 PM (4 years ago)
Author:
contact
Message:

Make db and log config options more future-proof

Rename the "sql" directive to "db". Rename the "log" directive to
"log fs".

In the future, we'll maybe support more databases and more message
stores. Make it so it's easy to integrate these new festures to the
config file format.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/soju.1.scd

    r491 r507  
    102102        Enable TLS support. The certificate and the key files must be PEM-encoded.
    103103
    104 *sql* <driver> <source>
    105         Set the SQL driver settings. The only supported driver is "sqlite3". The
    106         source is the path to the SQLite database file. By default, the path to the
    107         database file is "soju.db".
    108 
    109 *log* <path>
     104*db* sqlite3 <path>
     105        Set the SQLite database path (default: "soju.db" in the current directory).
     106
     107*log* fs <path>
    110108        Path to the bouncer logs root directory, or empty to disable logging. By
    111109        default, logging is disabled.
Note: See TracChangeset for help on using the changeset viewer.