added healthcheck setting to instance config
This commit is contained in:
parent
20deff75f1
commit
d35246c449
3 changed files with 10 additions and 3 deletions
|
|
@ -230,7 +230,8 @@ config :pleroma, :instance,
|
|||
welcome_user_nickname: nil,
|
||||
welcome_message: nil,
|
||||
max_report_comment_size: 1000,
|
||||
safe_dm_mentions: false
|
||||
safe_dm_mentions: false,
|
||||
healthcheck: false
|
||||
|
||||
config :pleroma, :markup,
|
||||
# XXX - unfortunately, inline images must be enabled by default right now, because
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue