summaryrefslogtreecommitdiff
path: root/lib/lsg_web/endpoint.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lsg_web/endpoint.ex')
-rw-r--r--lib/lsg_web/endpoint.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lsg_web/endpoint.ex b/lib/lsg_web/endpoint.ex
index b0cf9c5..a401f54 100644
--- a/lib/lsg_web/endpoint.ex
+++ b/lib/lsg_web/endpoint.ex
@@ -31,7 +31,7 @@ defmodule NolaWeb.Endpoint do
plug Plug.Head
@session_options [store: :cookie,
- key: "_lsg_key",
+ key: "_nola_key",
signing_salt: "+p7K3wrj"]