Tighten up monitoring routes configuration
This commit is contained in:
+1
-2
@@ -11,8 +11,7 @@ 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
|
||||
config :music_library, monitoring_routes: true
|
||||
|
||||
# Runtime production configuration, including reading
|
||||
# of environment variables, is done on config/runtime.exs.
|
||||
|
||||
Reference in New Issue
Block a user