Tag Chat and Tesla Adapter settings with the reboot flag

This commit is contained in:
Mark Felder 2020-02-20 16:23:23 -06:00
parent 3eddd9caa6
commit 4961a2bdb0

View file

@ -2750,7 +2750,8 @@ config :pleroma, :config_description, [
description: "Tesla adapter",
suggestions: [Tesla.Adapter.Hackney]
}
]
],
need_reboot: true
},
%{
group: :pleroma,
@ -2762,7 +2763,8 @@ config :pleroma, :config_description, [
key: :enabled,
type: :boolean
}
]
],
need_reboot: true
},
%{
group: :prometheus,