1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 10:43:13 +02:00

Enable db_json by default.

This commit is contained in:
Sadie Powell
2025-05-11 15:07:29 +01:00
parent 3e9f516d55
commit b1212f9e89
+7 -4
View File
@@ -1149,11 +1149,14 @@ module
/*
* db_json
*
* Stores your data in a JSON file. This is currently experimental and has not
* been fully tested so make sure you have db_flatfile loaded as a secondary
* database module if you use this.
* Stores your database in a JSON file.
*
* IMPORTANT: This will become the default database module in the future but is
* currently experimental and has not been fully tested so make sure you have
* db_flatfile loaded as a secondary database module if you use this as your
* primary database module.
*/
#module
module
{
name = "db_json"