X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=2b041b10f3a7539032e05e4c036db5a77ec681e4;hb=9a8c348aed7772c9e2173163687e63943cf491fb;hp=bf050197fed293e627922ae4c2497b356ed54d14;hpb=08fdbd6f3ab15ac8312073d832324516b723b81a;p=akkoma diff --git a/config/config.exs b/config/config.exs index bf050197f..2b041b10f 100644 --- a/config/config.exs +++ b/config/config.exs @@ -15,6 +15,7 @@ config :pleroma, Pleroma.Upload, # 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,