Rename auth_password -> login_password
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ config :music_library,
|
||||
ecto_repos: [MusicLibrary.Repo],
|
||||
generators: [timestamp_type: :utc_datetime, binary_id: true]
|
||||
|
||||
config :music_library, MusicLibraryWeb, auth_password: "change me"
|
||||
config :music_library, MusicLibraryWeb, login_password: "change me"
|
||||
|
||||
# Configures the endpoint
|
||||
config :music_library, MusicLibraryWeb.Endpoint,
|
||||
|
||||
Reference in New Issue
Block a user