mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-17 21:50:25 +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",
|
live_dashboard "/dashboard",
|
||||||
metrics: LivebookWeb.Telemetry,
|
metrics: LivebookWeb.Telemetry,
|
||||||
home_app: {"Livebook", :livebook}
|
home_app: {"Livebook", :livebook},
|
||||||
|
ecto_repos: []
|
||||||
end
|
end
|
||||||
|
|
||||||
# Public URLs without authentication
|
# Public URLs without authentication
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue