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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user