Skip to content

Commit

Permalink
changed railsenv to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ParzivalRealm committed Feb 25, 2023
1 parent 1433401 commit 0e19ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# RAILS_ENV=development bundle exec puma -C ./config/puma.rb

application_path = Rails.root
railsenv = ENV['RAILS_ENV'] || 'development'
railsenv = ENV['RAILS_ENV'] || 'production'
directory application_path
environment railsenv
#daemonize true
Expand Down

0 comments on commit 0e19ad1

Please sign in to comment.