瀏覽代碼

Define default authenticator in the config

note-update
Mark Felder 3 年之前
父節點
當前提交
d5e4d8a6f3
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      config/config.exs

+ 2
- 0
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"

Loading…
取消
儲存