Skip to content

Commit

Permalink
deploy config for rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Oct 17, 2023
1 parent 451e836 commit a550974
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 @@ -84,4 +84,6 @@
logger.formatter = config.log_formatter
config.logger = ActiveSupport::TaggedLogging.new(logger)
end

config.secret_key_base = '<%= ENV["SECRET_KEY_BASE"] %>'
end

0 comments on commit a550974

Please sign in to comment.