Refactor last_fm configuration
Move all configuration outside of the LastFm module, so that it's not polluted with references to the parent music_library application.
This commit is contained in:
+1
-1
@@ -28,4 +28,4 @@ config :phoenix, :plug_init_mode, :runtime
|
||||
config :phoenix_live_view,
|
||||
enable_expensive_runtime_checks: true
|
||||
|
||||
config :music_library, :last_fm, nil
|
||||
config :music_library, LastFm, api: nil
|
||||
|
||||
Reference in New Issue
Block a user