Tag Chat and Tesla Adapter settings with the reboot flag
This commit is contained in:
parent
3eddd9caa6
commit
4961a2bdb0
@ -2750,7 +2750,8 @@ config :pleroma, :config_description, [
|
|||||||
description: "Tesla adapter",
|
description: "Tesla adapter",
|
||||||
suggestions: [Tesla.Adapter.Hackney]
|
suggestions: [Tesla.Adapter.Hackney]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
need_reboot: true
|
||||||
},
|
},
|
||||||
%{
|
%{
|
||||||
group: :pleroma,
|
group: :pleroma,
|
||||||
@ -2762,7 +2763,8 @@ config :pleroma, :config_description, [
|
|||||||
key: :enabled,
|
key: :enabled,
|
||||||
type: :boolean
|
type: :boolean
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
need_reboot: true
|
||||||
},
|
},
|
||||||
%{
|
%{
|
||||||
group: :prometheus,
|
group: :prometheus,
|
||||||
|
Loading…
Reference in New Issue
Block a user