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