projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f9aecb
)
Define default authenticator in the config
author
Mark Felder
<feld@FreeBSD.org>
Wed, 5 Aug 2020 14:41:17 +0000
(09:41 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Wed, 5 Aug 2020 14:41:17 +0000
(09:41 -0500)
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index 933a899ab77100b1c608d97f8b64ed64414df8eb..257b2e0611b6d25de1bb42d7f2eac2837be15aeb 100644
(file)
--- a/
config/config.exs
+++ b/
config/config.exs
@@
-737,6
+737,8
@@
config :ex_aws, http_client: Pleroma.HTTP.ExAws
config :pleroma, :instances_favicons, enabled: false
+config :pleroma, Pleroma.Web.Auth.Authenticator, Pleroma.Web.Auth.PleromaAuthenticator
+
# 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"