mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 11:40:02 +00:00
7 lines
171 B
Ruby
Executable File
7 lines
171 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
ENV["RAILS_ENV"] ||= "production"
|
|
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
|
|
puts
|
|
puts OpenProject::Info.environment
|