X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=ed718c3d3cd6f583a8a7d1a55f53a474abf2f5c5;hb=b564c23d925ca43c00364541b042f856063d479e;hp=3dd8ef284fd1decb23d015aa0bdec17bec6b0fb5;hpb=b0ec4f33e661cb14730a622d64dbc721e2723825;p=akkoma diff --git a/config/config.exs b/config/config.exs index 3dd8ef284..ed718c3d3 100644 --- a/config/config.exs +++ b/config/config.exs @@ -32,7 +32,8 @@ config :pleroma, Pleroma.Web.Endpoint, protocol: "https", secret_key_base: "aK4Abxf29xU9TTDKre9coZPUgevcVCFQJe/5xP/7Lt4BEif6idBIbjupVbOrbKxl", render_errors: [view: Pleroma.Web.ErrorView, accepts: ~w(json)], - pubsub: [name: Pleroma.PubSub, adapter: Phoenix.PubSub.PG2] + pubsub: [name: Pleroma.PubSub, adapter: Phoenix.PubSub.PG2], + secure_cookie_flag: true # Configures Elixir's Logger config :logger, :console, @@ -127,6 +128,7 @@ config :pleroma, :suggestions, third_party_engine: "http://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-suggestions-api.cgi?{{host}}+{{user}}", timeout: 300_000, + limit: 23, web: "https://vinayaka.distsn.org/?{{host}}+{{user}}" # Import environment specific config. This must remain at the bottom