forked from AkkomaGang/akkoma
Merge branch 'preload-data' of git.pleroma.social:stwf/pleroma into preload-data
# Conflicts: # lib/pleroma/web/preload/status_net.ex
This commit is contained in:
commit
906ac57ba8
1 changed files with 2 additions and 16 deletions
|
@ -241,18 +241,7 @@
|
||||||
account_field_value_length: 2048,
|
account_field_value_length: 2048,
|
||||||
external_user_synchronization: true,
|
external_user_synchronization: true,
|
||||||
extended_nickname_format: true,
|
extended_nickname_format: true,
|
||||||
cleanup_attachments: false,
|
cleanup_attachments: false
|
||||||
multi_factor_authentication: [
|
|
||||||
totp: [
|
|
||||||
# digits 6 or 8
|
|
||||||
digits: 6,
|
|
||||||
period: 30
|
|
||||||
],
|
|
||||||
backup_codes: [
|
|
||||||
number: 5,
|
|
||||||
length: 16
|
|
||||||
]
|
|
||||||
]
|
|
||||||
|
|
||||||
config :pleroma, :feed,
|
config :pleroma, :feed,
|
||||||
post_title: %{
|
post_title: %{
|
||||||
|
@ -361,8 +350,7 @@
|
||||||
reject: [],
|
reject: [],
|
||||||
accept: [],
|
accept: [],
|
||||||
avatar_removal: [],
|
avatar_removal: [],
|
||||||
banner_removal: [],
|
banner_removal: []
|
||||||
reject_deletes: []
|
|
||||||
|
|
||||||
config :pleroma, :mrf_keyword,
|
config :pleroma, :mrf_keyword,
|
||||||
reject: [],
|
reject: [],
|
||||||
|
@ -690,8 +678,6 @@
|
||||||
profiles: %{local: false, remote: false},
|
profiles: %{local: false, remote: false},
|
||||||
activities: %{local: false, remote: false}
|
activities: %{local: false, remote: false}
|
||||||
|
|
||||||
config :pleroma, Pleroma.Web.ApiSpec.CastAndValidate, strict: false
|
|
||||||
|
|
||||||
# Import environment specific config. This must remain at the bottom
|
# Import environment specific config. This must remain at the bottom
|
||||||
# of this file so it overrides the configuration defined above.
|
# of this file so it overrides the configuration defined above.
|
||||||
import_config "#{Mix.env()}.exs"
|
import_config "#{Mix.env()}.exs"
|
||||||
|
|
Loading…
Reference in a new issue