File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -58,4 +58,5 @@ CI=true
5858
5959# SolidQueue Configuration
6060SOLID_QUEUE_USERNAME : <some_username>
61- SOLID_QUEUE_PASSWORD : <some_password>
61+ SOLID_QUEUE_PASSWORD : <some_password>
62+ MISSION_CONTROL_ENABLED = true
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ def draw(routes_name)
77end
88
99Rails . application . routes . draw do
10- mount MissionControl ::Jobs ::Engine , at : "/jobs"
10+ if ENV [ "MISSION_CONTROL_ENABLED" ] == "true"
11+ mount MissionControl ::Jobs ::Engine , at : "/jobs"
12+ end
1113
1214 namespace :admin do
1315 resources :users
Original file line number Diff line number Diff line change 11{
22 "name" : " @saeloun/miru-web" ,
3- "version" : " 1.6.5 " ,
3+ "version" : " 1.6.7 " ,
44 "dependencies" : {
55 "@babel/core" : " ^7.21.3" ,
66 "@babel/plugin-proposal-private-methods" : " ^7.16.5" ,
You can’t perform that action at this time.
0 commit comments