6 lines
167 B
Ruby
Executable file
6 lines
167 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
ENV["RAILS_ENV"] ||= "production"
|
|
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
|
|
puts
|
|
puts Redmine::Info.environment
|