Ecto 3.0.5 migration

kms
This commit is contained in:
rinpatch 2019-03-20 15:59:27 +03:00
commit 9a7b817c9a
10 changed files with 32 additions and 26 deletions

View file

@ -8,8 +8,6 @@ use Mix.Config
# General application configuration
config :pleroma, ecto_repos: [Pleroma.Repo]
config :pleroma, Pleroma.Repo, types: Pleroma.PostgresTypes
config :pleroma, Pleroma.Captcha,
enabled: false,
seconds_valid: 60,
@ -273,8 +271,6 @@ config :pleroma, :media_proxy,
config :pleroma, :chat, enabled: true
config :ecto, json_library: Jason
config :phoenix, :format_encoders, json: Jason
config :pleroma, :gopher,