X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdev.exs;h=6adde84a27205b533947347b08b0f5b02a73ce48;hb=39dc74f967e3fdbcd949c50df8d2c5ed74f876ff;hp=78f543720b7290204067d89c28a9c5e6912efa48;hpb=a93f3421a704d6728a856d5d82cdbf9c43f3f897;p=akkoma diff --git a/config/dev.exs b/config/dev.exs index 78f543720..6adde84a2 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -8,6 +8,7 @@ use Mix.Config # with brunch.io to recompile .js and .css sources. config :pleroma, Pleroma.Web.Endpoint, http: [port: 4000], + protocol: "http", debug_errors: true, code_reloader: true, check_origin: false,