blob: d1815f7839d875f744c00c5cd63dc541e89320e1 (
plain)
1
2
3
4
5
6
7
|
#!/usr/bin/env ruby
# frozen_string_literal: false
ENV["RAILS_ENV"] ||= "production"
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
puts
puts Redmine::Info.environment
|