summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/anope.example.conf11
1 files changed, 7 insertions, 4 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf
index 2a8e03c13..f3edf619e 100644
--- a/data/anope.example.conf
+++ b/data/anope.example.conf
@@ -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"