Browse Source

Changed some defaults for newly created instances.

Specifically, 'disable_inbox_collection' and 'disable_history' are set to true.
grunfink 4 months ago
parent
commit
0b2c945e4a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      utils.c

+ 3 - 1
utils.c

@@ -42,7 +42,9 @@ static const char * const default_srv_config = "{"
     "\"short_description\":    \"\","
     "\"short_description\":    \"\","
     "\"short_description_raw\": false,"
     "\"short_description_raw\": false,"
     "\"protocol\":             \"https\","
     "\"protocol\":             \"https\","
-    "\"fastcgi\":              false"
+    "\"fastcgi\":              false,"
+    "\"disable_inbox_collection\": true,"
+    "\"disable_history\": true"
     "}";
     "}";
 
 
 static const char * const default_css =
 static const char * const default_css =