projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c71b3a1
)
config/dev.exs: Don’t put secure cookies on dev
author
Haelwenn (lanodan) Monnier
<contact@hacktivis.me>
Thu, 22 Nov 2018 06:12:13 +0000
(07:12 +0100)
committer
Haelwenn (lanodan) Monnier
<contact@hacktivis.me>
Tue, 12 Feb 2019 20:50:47 +0000
(21:50 +0100)
config/dev.exs
patch
|
blob
|
history
diff --git
a/config/dev.exs
b/config/dev.exs
index 8f89aa03c3d4a68e0097a652fc9e24f6d1c5c2af..f77bb99765f4014bb51db91b3fc8fb318ed8f3bd 100644
(file)
--- a/
config/dev.exs
+++ b/
config/dev.exs
@@
-16,7
+16,8
@@
config :pleroma, Pleroma.Web.Endpoint,
debug_errors: true,
code_reloader: true,
check_origin: false,
- watchers: []
+ watchers: [],
+ secure_cookie_flag: false
config :pleroma, Pleroma.Mailer, adapter: Swoosh.Adapters.Local