X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=config%2Fdev.exs;h=a697d3a24d2dcfef50de9561a22cdc8e4317e3db;hb=9b97b023c53b88f4c04aed17e36022201016b6c9;hp=126baea28ef5ed7c598a027883ef3bf9bf86c17c;hpb=ac2893a945a753ad05d46234ba80e14f3ce62c97;p=akkoma diff --git a/config/dev.exs b/config/dev.exs index 126baea28..a697d3a24 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -7,7 +7,7 @@ use Mix.Config # watchers to your application. For example, we use it # with brunch.io to recompile .js and .css sources. config :pleroma, Pleroma.Web.Endpoint, - http: [port: 4000], + http: [port: 4000, protocol_options: [max_request_line_length: 8192, max_header_value_length: 8192]], protocol: "http", debug_errors: true, code_reloader: true, @@ -49,5 +49,5 @@ config :pleroma, Pleroma.Repo, try do import_config "dev.secret.exs" rescue - _-> nil + _-> IO.puts("!!! RUNNING IN LOCALHOST DEV MODE! !!!\nFEDERATION WON'T WORK UNTIL YOU CONFIGURE A dev.secret.exs") end