Use correct environment variable

This commit is contained in:
ricola 2025-10-07 10:24:23 +02:00
parent fa1a58bea2
commit 83885ff9f4

View file

@ -1,5 +1,5 @@
if ENV['RAILS_ENV'] if ENV['RACK_ENV']
set :environment, ENV['RAILS_ENV'] set :environment, ENV['RACK_ENV']
end end
set :output, 'vedia.log' set :output, 'vedia.log'