X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=2b041b10f3a7539032e05e4c036db5a77ec681e4;hb=5dac3727f10d65eea284da56fe4b0db5cab53f1f;hp=8eea4dd0a1d605aedba6a1dfc68dacd9172d5e07;hpb=a93f3421a704d6728a856d5d82cdbf9c43f3f897;p=akkoma diff --git a/config/config.exs b/config/config.exs index 8eea4dd0a..2b041b10f 100644 --- a/config/config.exs +++ b/config/config.exs @@ -9,9 +9,13 @@ use Mix.Config config :pleroma, ecto_repos: [Pleroma.Repo] +config :pleroma, Pleroma.Upload, + uploads: "uploads" + # Configures the endpoint config :pleroma, Pleroma.Web.Endpoint, url: [host: "localhost"], + protocol: "https", secret_key_base: "aK4Abxf29xU9TTDKre9coZPUgevcVCFQJe/5xP/7Lt4BEif6idBIbjupVbOrbKxl", render_errors: [view: Pleroma.Web.ErrorView, accepts: ~w(json)], pubsub: [name: Pleroma.PubSub,