Changeset 507 in code for trunk/config.in


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/config.in

    r506 r507  
    1 sql sqlite3 /var/lib/soju/main.db
    2 log /var/lib/soju/logs/
     1db sqlite3 /var/lib/soju/main.db
     2log fs /var/lib/soju/logs/
Note: See TracChangeset for help on using the changeset viewer.