Changeset 507 in code for trunk/doc/soju.1.scd
- Timestamp:
- Apr 21, 2021, 4:15:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/soju.1.scd
r491 r507 102 102 Enable TLS support. The certificate and the key files must be PEM-encoded. 103 103 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> 110 108 Path to the bouncer logs root directory, or empty to disable logging. By 111 109 default, logging is disabled.
Note:
See TracChangeset
for help on using the changeset viewer.