Enable unsecure cookies by default in dev.exs

This commit is contained in:
Rin Toshaka 2018-12-16 08:49:23 +01:00
parent 8cb9580aec
commit 7c522f38f0
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ config :pleroma, Pleroma.Web.Endpoint,
protocol_options: [max_request_line_length: 8192, max_header_value_length: 8192]
],
protocol: "http",
secure_cookie_flag: false,
debug_errors: true,
code_reloader: true,
check_origin: false,