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
View File
@@ -32,6 +32,10 @@ if openai_key = System.get_env("OPENAI_KEY") do
config :music_library, OpenAI, api_key: openai_key
end
if timezone = System.get_env("TIMEZONE") do
config :music_library, :timezone, timezone
end
config :music_library, MusicLibrary.Repo,
load_extensions: [
MusicLibrary.Repo.extension_path("unicode")