diff options
| author | grunfink <grunfink@comam.es> | 2026-03-28 07:15:21 +0100 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-03-28 07:15:21 +0100 |
| commit | 0b2c945e4a15d4927696523093671be6354f7141 (patch) | |
| tree | d8239c87bf1d3bcde861c1c7146b30eac5aa8d8d | |
| parent | 3a73d1e2fe01a92d3cab0c0a22625b0229d98872 (diff) | |
Changed some defaults for newly created instances.
Specifically, 'disable_inbox_collection' and 'disable_history' are set to true.
| -rw-r--r-- | utils.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -42,7 +42,9 @@ static const char * const default_srv_config = "{" "\"short_description\": \"\"," "\"short_description_raw\": false," "\"protocol\": \"https\"," - "\"fastcgi\": false" + "\"fastcgi\": false," + "\"disable_inbox_collection\": true," + "\"disable_history\": true" "}"; static const char * const default_css = |