forked from AkkomaGang/akkoma
Enable unsecure cookies by default in dev.exs
This commit is contained in:
parent
8cb9580aec
commit
7c522f38f0
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
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,
|
||||
|
|
Loading…
Reference in a new issue