Переглянути джерело

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"

Завантаження…
Відмінити
Зберегти