Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-l-brockwell committed Dec 18, 2024
1 parent 391a2ab commit ac45690
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ def set_session_identifier
end

def session_cookie
cookies["_qae_session#{"_development" if Rails.env.development?}"]
cookies["_qae_session_#{Rails.env}"]
# cookies["_qae_session#{"_development" if Rails.env.development?}"]
end

protected
Expand Down
3 changes: 1 addition & 2 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
# Prepend all log lines with the following tags.
config.log_tags = [:request_id]

# Use a different cache store in production.
# config.cache_store = :mem_cache_store
config.cache_store = :redis_cache_store, { url: CredentialsResolver.redis_uri }

config.action_mailer.perform_caching = false

Expand Down

0 comments on commit ac45690

Please sign in to comment.