diff options
| author | 2023-05-08 10:13:43 +0200 | |
|---|---|---|
| committer | 2023-05-08 10:13:43 +0200 | |
| commit | de12b8d0a2a4cf374f1c9e4e5b68c781a9ad8f88 (patch) | |
| tree | 199feb28fa92e3209135eb5ecc7c3c84186564a5 /utils.c | |
| parent | Print the total running time at httpd stop. (diff) | |
| download | snac2-de12b8d0a2a4cf374f1c9e4e5b68c781a9ad8f88.tar.gz snac2-de12b8d0a2a4cf374f1c9e4e5b68c781a9ad8f88.tar.xz snac2-de12b8d0a2a4cf374f1c9e4e5b68c781a9ad8f88.zip | |
Fill the mastoapi instance contact_account field, if possible.
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -25,7 +25,9 @@ const char *default_srv_config = "{" | |||
| 25 | "\"cssurls\": [\"\"]," | 25 | "\"cssurls\": [\"\"]," |
| 26 | "\"max_timeline_entries\": 128," | 26 | "\"max_timeline_entries\": 128," |
| 27 | "\"timeline_purge_days\": 120," | 27 | "\"timeline_purge_days\": 120," |
| 28 | "\"local_purge_days\": 0" | 28 | "\"local_purge_days\": 0," |
| 29 | "\"admin_email\": \"\"," | ||
| 30 | "\"admin_account\": \"\"" | ||
| 29 | "}"; | 31 | "}"; |
| 30 | 32 | ||
| 31 | const char *default_css = | 33 | const char *default_css = |