mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-21 23:50:59 +00:00
Rotate session key
This commit is contained in:
parent
ee571b19a7
commit
11d48dea95
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ defmodule LiveBeatsWeb.Endpoint do
|
||||||
# Set :encryption_salt if you would also like to encrypt it.
|
# Set :encryption_salt if you would also like to encrypt it.
|
||||||
@session_options [
|
@session_options [
|
||||||
store: :cookie,
|
store: :cookie,
|
||||||
key: "_live_beats_key",
|
key: "_live_beats_key_v1",
|
||||||
signing_salt: "9OALgV62"
|
signing_salt: "9OALgV62"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue