diff options
author | Jordan Bracco <href@random.sh> | 2022-12-17 14:08:54 +0000 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2022-12-20 19:29:41 +0100 |
commit | 29e0342e12d3111ae3164c4478d7d5a5796665ad (patch) | |
tree | b505f11808e37c60ae0cfdba6196c32c57516eda /lib/lsg_web/endpoint.ex | |
parent | Nola rename, cont. pt. 3. Refs T77. (diff) |
Nola rename, cont. pt. 4. Refs T77.
Diffstat (limited to '')
-rw-r--r-- | lib/lsg_web/endpoint.ex | 2 |
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"] |