Update config/runtime.exs

Co-authored-by: ruslandoga <doga.ruslan@gmail.com>
This commit is contained in:
hq1 2023-08-18 13:52:44 +02:00 committed by GitHub
parent 7401a2ad3f
commit 5d9b310b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"