mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-08 16:07:37 +08:00
Disable Ecto stats in Phoenix Live Dashboard (#824)
Livebook does not use Ecto, so disable Ecto stats.
This commit is contained in:
parent
b687f23132
commit
39fedd43ca
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ defmodule LivebookWeb.Router do
|
|||
|
||||
live_dashboard "/dashboard",
|
||||
metrics: LivebookWeb.Telemetry,
|
||||
home_app: {"Livebook", :livebook}
|
||||
home_app: {"Livebook", :livebook},
|
||||
ecto_repos: []
|
||||
end
|
||||
|
||||
# Public URLs without authentication
|
||||
|
|
Loading…
Reference in a new issue