mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 11:25:55 +01:00
5 lines
160 B
Plaintext
5 lines
160 B
Plaintext
|
|
# This file is used by Rack-based servers to start the application.
|
||
|
|
|
||
|
|
require ::File.expand_path('../config/environment', __FILE__)
|
||
|
|
run RedmineApp::Application
|