Enable live dashboard in production

Includes extras to monitor ecto repos.
This commit is contained in:
Claudio Ortolina
2024-11-23 19:26:54 +00:00
parent bbfafbe519
commit f157fbadee
4 changed files with 10 additions and 2 deletions
+3
View File
@@ -11,5 +11,8 @@ config :music_library, MusicLibraryWeb.Endpoint,
# Do not print debug messages in production
config :logger, level: :info
# We enable dev routes in production as they're protected behind auth
config :music_library, dev_routes: true
# Runtime production configuration, including reading
# of environment variables, is done on config/runtime.exs.