Add pghero for analyzing postgres performance in production
This commit is contained in:
parent
4ea13d8dc9
commit
6471a548fe
3 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,7 @@ Rails.application.routes.draw do
|
|||
|
||||
authenticate :user, lambda { |u| u.admin? } do
|
||||
mount Sidekiq::Web => '/sidekiq'
|
||||
mount PgHero::Engine, at: 'pghero'
|
||||
end
|
||||
|
||||
use_doorkeeper do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue