mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +00:00
Set new session store name and domain for staging
This commit is contained in:
parent
46d0756036
commit
aa49c56483
1 changed files with 1 additions and 1 deletions
|
@ -63,5 +63,5 @@ Ensl::Application.configure do
|
|||
config.active_support.deprecation = :notify
|
||||
|
||||
# Custom Session Store config to allow gathers.staging.ensl.org
|
||||
config.session_store :cookie_store, key: '_ENSL_session_key', expire_after: 30.days.to_i, domain: "gathers.staging.ensl.org"
|
||||
config.session_store :cookie_store, key: "_ENSL_session_key_staging", expire_after: 30.days.to_i, domain: ".staging.ensl.org"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue