Make timezone configurable

This commit is contained in:
Claudio Ortolina
2025-04-10 18:34:05 +01:00
parent 9cae628d4e
commit 32c11f86c9
4 changed files with 16 additions and 4 deletions
+4 -1
View File
@@ -15,7 +15,10 @@ config :music_library,
ecto_repos: [MusicLibrary.Repo, MusicLibrary.ErrorRepo],
generators: [timestamp_type: :utc_datetime, binary_id: true]
config :music_library, MusicLibraryWeb, login_password: "change me", api_token: "change me"
config :music_library, MusicLibraryWeb,
login_password: "change me",
api_token: "change me",
timezone: "Europe/London"
# Configures the endpoint
config :music_library, MusicLibraryWeb.Endpoint,