From a0a0c3a8db1858ea420e42db21a9cf155aa1a188 Mon Sep 17 00:00:00 2001 From: Raphael Megzari Date: Thu, 3 Jun 2021 16:55:48 +0900 Subject: [PATCH] add tzdata storage dir (#1104) --- config/runtime.exs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/runtime.exs b/config/runtime.exs index 78336643f..35e6ed73a 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -303,3 +303,5 @@ config :logger, Sentry.LoggerBackend, capture_log_messages: true, level: :error, excluded_domains: [] + +config :tzdata, :data_dir, System.get_env("STORAGE_DIR", "priv")