mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-08 17:34:19 +00:00
Add a final few DB exclusion reasons
This commit is contained in:
parent
16512acc3b
commit
15aa62f178
|
@ -423,7 +423,7 @@ config :pleroma, :config_description, [
|
||||||
label: "URI Schemes",
|
label: "URI Schemes",
|
||||||
type: :group,
|
type: :group,
|
||||||
description: "URI schemes related settings",
|
description: "URI schemes related settings",
|
||||||
db_exclusion_reasons: "Does not make sense to configure dynamically",
|
db_exclusion_reason: "Does not make sense to configure dynamically",
|
||||||
children: [
|
children: [
|
||||||
%{
|
%{
|
||||||
key: :valid_schemes,
|
key: :valid_schemes,
|
||||||
|
@ -454,6 +454,7 @@ config :pleroma, :config_description, [
|
||||||
key: :features,
|
key: :features,
|
||||||
type: :group,
|
type: :group,
|
||||||
description: "Customizable features",
|
description: "Customizable features",
|
||||||
|
db_exclusion_reason: "Should be provided at boot-time",
|
||||||
children: [
|
children: [
|
||||||
%{
|
%{
|
||||||
key: :improved_hashtag_timeline,
|
key: :improved_hashtag_timeline,
|
||||||
|
@ -469,6 +470,7 @@ config :pleroma, :config_description, [
|
||||||
key: :populate_hashtags_table,
|
key: :populate_hashtags_table,
|
||||||
type: :group,
|
type: :group,
|
||||||
description: "`populate_hashtags_table` background migration settings",
|
description: "`populate_hashtags_table` background migration settings",
|
||||||
|
db_exclusion_reason: "Should be provided at boot-time",
|
||||||
children: [
|
children: [
|
||||||
%{
|
%{
|
||||||
key: :fault_rate_allowance,
|
key: :fault_rate_allowance,
|
||||||
|
|
Loading…
Reference in a new issue