mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-21 23:50:59 +00:00
Roll salt
This commit is contained in:
parent
639a23c27e
commit
3ad60d5f7f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ defmodule LiveBeatsWeb.Endpoint do
|
||||||
@session_options [
|
@session_options [
|
||||||
store: :cookie,
|
store: :cookie,
|
||||||
key: "_live_beats_key_v1",
|
key: "_live_beats_key_v1",
|
||||||
signing_salt: "9OALgV62"
|
signing_salt: "1a9OALgV62"
|
||||||
]
|
]
|
||||||
|
|
||||||
socket "/live", Phoenix.LiveView.Socket,
|
socket "/live", Phoenix.LiveView.Socket,
|
||||||
|
|
Loading…
Reference in a new issue