Roll salt

This commit is contained in:
Chris McCord 2024-06-05 10:18:21 -04:00
parent 639a23c27e
commit 3ad60d5f7f

View file

@ -7,7 +7,7 @@ defmodule LiveBeatsWeb.Endpoint do
@session_options [
store: :cookie,
key: "_live_beats_key_v1",
signing_salt: "9OALgV62"
signing_salt: "1a9OALgV62"
]
socket "/live", Phoenix.LiveView.Socket,