Skip to content

Commit

Permalink
Merge branch 'release/1.6.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorv1316 committed Jul 12, 2024
2 parents 5c0f2d2 + 2142d5d commit 2f4a525
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ CI=true

# SolidQueue Configuration
SOLID_QUEUE_USERNAME: <some_username>
SOLID_QUEUE_PASSWORD: <some_password>
SOLID_QUEUE_PASSWORD: <some_password>
MISSION_CONTROL_ENABLED=true
4 changes: 3 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ def draw(routes_name)
end

Rails.application.routes.draw do
mount MissionControl::Jobs::Engine, at: "/jobs"
if ENV["MISSION_CONTROL_ENABLED"] == "true"
mount MissionControl::Jobs::Engine, at: "/jobs"
end

namespace :admin do
resources :users
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saeloun/miru-web",
"version": "1.6.5",
"version": "1.6.7",
"dependencies": {
"@babel/core": "^7.21.3",
"@babel/plugin-proposal-private-methods": "^7.16.5",
Expand Down

0 comments on commit 2f4a525

Please sign in to comment.