Use password from environment

This commit is contained in:
Claudio Ortolina
2024-10-21 08:54:46 +01:00
parent 4fcfc6c921
commit 214d12f6cb
3 changed files with 17 additions and 4 deletions
+2
View File
@@ -11,6 +11,8 @@ config :music_library,
ecto_repos: [MusicLibrary.Repo],
generators: [timestamp_type: :utc_datetime, binary_id: true]
config :music_library, MusicLibraryWeb, auth_password: "change me"
# Configures the endpoint
config :music_library, MusicLibraryWeb.Endpoint,
url: [host: "localhost"],