mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 03:04:43 +03:00
Update config/runtime.exs
Co-authored-by: ruslandoga <doga.ruslan@gmail.com>
This commit is contained in:
parent
7401a2ad3f
commit
5d9b310b02
@ -243,7 +243,7 @@ secure_cookie =
|
||||
end
|
||||
|
||||
cookie_key =
|
||||
if env = get_var_from_path_or_env(config_dir, "ENVIRONMENT") do
|
||||
cookie_key = "_plausible_session_#{env}"
|
||||
"_plausible_session_#{env}"
|
||||
else
|
||||
"_plausible_session"
|
||||
|
Loading…
Reference in New Issue
Block a user