diff options
author | kaniini <nenolod@gmail.com> | 2019-04-22 18:31:01 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-04-22 18:31:01 +0000 |
commit | 414902cd9e61d19d4dcd848f60b47beaf23c095f (patch) | |
tree | c91d3122dc42ea58582fe4d6cd5d7fb5736b22ff /docs/config.md | |
parent | 20deff75f153ffbd5076e992c7ed3c19ac551535 (diff) | |
parent | d35246c4490bcca4831b85d23049c04ffff58758 (diff) | |
download | pleroma-414902cd9e61d19d4dcd848f60b47beaf23c095f.tar.gz |
Merge branch 'add-healthcheck-setting-to-config' into 'develop'
added healthcheck setting to instance config
See merge request pleroma/pleroma!1088
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index ccf744f42..d8eb4f8b5 100644 --- a/docs/config.md +++ b/docs/config.md @@ -103,6 +103,7 @@ config :pleroma, Pleroma.Emails.Mailer, * `welcome_user_nickname`: The nickname of the local user that sends the welcome message. * `max_report_comment_size`: The maximum size of the report comment (Default: `1000`) * `safe_dm_mentions`: If set to true, only mentions at the beginning of a post will be used to address people in direct messages. This is to prevent accidental mentioning of people when talking about them (e.g. "@friend hey i really don't like @enemy"). (Default: `false`) +* `healthcheck`: if set to true, system data will be shown on ``/api/pleroma/healthcheck``. ## :logger * `backends`: `:console` is used to send logs to stdout, `{ExSyslogger, :ex_syslogger}` to log to syslog, and `Quack.Logger` to log to Slack |