Ecto 3.0.5 migration
kms
This commit is contained in:
parent
1344e34ed3
commit
9a7b817c9a
10 changed files with 32 additions and 26 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue