Skip to content

Commit

Permalink
Update production.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Oct 18, 2024
1 parent 7435ceb commit 7f8ba28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,6 @@
# config.active_record.database_selector = { delay: 2.seconds }
# config.active_record.database_resolver = ActiveRecord::Middleware::DatabaseSelector::Resolver
# config.active_record.database_resolver_context = ActiveRecord::Middleware::DatabaseSelector::Resolver::Session

config.session_store(:cookie_store, key: '_mint_website_backend_session', secure: Rails.env.production?, domain: :all)
end

0 comments on commit 7f8ba28

Please sign in to comment.