Enable ErrorTracker in prod only
This commit is contained in:
+2
-1
@@ -7,7 +7,8 @@
|
||||
# General application configuration
|
||||
import Config
|
||||
|
||||
config :error_tracker, repo: MusicLibrary.Repo, otp_app: :music_library, enabled: true
|
||||
config :error_tracker, repo: MusicLibrary.Repo, otp_app: :music_library, enabled: false
|
||||
|
||||
config :elixir, :time_zone_database, TimeZoneInfo.TimeZoneDatabase
|
||||
|
||||
config :time_zone_info, update: :daily
|
||||
|
||||
Reference in New Issue
Block a user