X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=0e91df88660a83e3a40ab91bc6dc12ff321b8a24;hb=769fb778d41df77c2514b5e3c663f3f624c0a266;hp=f630771a3d28a39b8605877b3b82460cdad5554c;hpb=8c7b1c076cafe11a5e75dadc4ef7814fca4344fc;p=akkoma diff --git a/config/config.exs b/config/config.exs index f630771a3..0e91df886 100644 --- a/config/config.exs +++ b/config/config.exs @@ -373,6 +373,8 @@ config :pleroma, :chat, enabled: true config :phoenix, :format_encoders, json: Jason +config :phoenix, :json_library, Jason + config :pleroma, :gopher, enabled: false, ip: {0, 0, 0, 0}, @@ -560,6 +562,10 @@ config :pleroma, :rate_limit, nil config :pleroma, Pleroma.ActivityExpiration, enabled: true +config :pleroma, :web_cache_ttl, + activity_pub: nil, + activity_pub_question: 30_000 + # 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"