diff options
author | stwf <steven.fuchs@dockyard.com> | 2020-06-03 17:25:53 -0400 |
---|---|---|
committer | stwf <steven.fuchs@dockyard.com> | 2020-06-03 17:25:53 -0400 |
commit | 906ac57ba8246322b0545c51e498559809710146 (patch) | |
tree | b84f24d8bb64adeb972be8a6adf2388a2ce641d9 | |
parent | 5677b21e824aa7f3b5124068ef65041e04002579 (diff) | |
parent | aa26dc6a130614b049696784ecb29e341956bbc2 (diff) | |
download | pleroma-906ac57ba8246322b0545c51e498559809710146.tar.gz |
Merge branch 'preload-data' of git.pleroma.social:stwf/pleroma into preload-data
# Conflicts:
# lib/pleroma/web/preload/status_net.ex
-rw-r--r-- | config/config.exs | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/config/config.exs b/config/config.exs index 6e75b79ec..0dca26152 100644 --- a/config/config.exs +++ b/config/config.exs @@ -241,18 +241,7 @@ config :pleroma, :instance, account_field_value_length: 2048, external_user_synchronization: true, extended_nickname_format: true, - cleanup_attachments: false, - multi_factor_authentication: [ - totp: [ - # digits 6 or 8 - digits: 6, - period: 30 - ], - backup_codes: [ - number: 5, - length: 16 - ] - ] + cleanup_attachments: false config :pleroma, :feed, post_title: %{ @@ -361,8 +350,7 @@ config :pleroma, :mrf_simple, reject: [], accept: [], avatar_removal: [], - banner_removal: [], - reject_deletes: [] + banner_removal: [] config :pleroma, :mrf_keyword, reject: [], @@ -690,8 +678,6 @@ config :pleroma, :restrict_unauthenticated, profiles: %{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 # of this file so it overrides the configuration defined above. import_config "#{Mix.env()}.exs" |