mirror of
https://github.com/redmine/redmine.git
synced 2025-11-03 11:56:18 +01:00
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
|