summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-02-20 16:23:23 -0600
committerMark Felder <feld@FreeBSD.org>2020-02-20 16:23:23 -0600
commit4961a2bdb00782f83db6267f74a7ffee11f573b8 (patch)
treeebf04d7a78e06cc14f27e6235d1fc83946c7fb4b
parent3eddd9caa61a2ac431eb57cd4c835db608702a7d (diff)
Tag Chat and Tesla Adapter settings with the reboot flagchore/tag-settings-with-reboot
-rw-r--r--config/description.exs6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/description.exs b/config/description.exs
index 53d980c83..c1174660f 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -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,