trackers_controller.rb # 跟踪标签管理 groups_controller.rb # 组管理 roles_controller.rb # 角色管理 issue_statuses_controller.rb # 问题状态管理 workflows_controller.rb # 工作流程管理 enumerations_controller.rb # 枚举类型管理 settings_controller.rb # 系统设置 auth_sources_controller.rb # 验证源(ldap...
config.file_watcher = ActiveSupport::EventedFileUpdateChecker # Uncomment if you wish to allow Action Cable access from any origin. # config.action_cable.disable_request_forgery_protection = true end 96 changes: 96 additions & 0 deletions 96 redmine-5.0.7/config/environments/production.rb Show...