Enable unsecure cookies by default in dev.exs
This commit is contained in:
parent
8cb9580aec
commit
7c522f38f0
|
@ -12,6 +12,7 @@
|
||||||
protocol_options: [max_request_line_length: 8192, max_header_value_length: 8192]
|
protocol_options: [max_request_line_length: 8192, max_header_value_length: 8192]
|
||||||
],
|
],
|
||||||
protocol: "http",
|
protocol: "http",
|
||||||
|
secure_cookie_flag: false,
|
||||||
debug_errors: true,
|
debug_errors: true,
|
||||||
code_reloader: true,
|
code_reloader: true,
|
||||||
check_origin: false,
|
check_origin: false,
|
||||||
|
|
Loading…
Reference in New Issue