add tzdata storage dir (#1104)

This commit is contained in:
Raphael Megzari 2021-06-03 16:55:48 +09:00 committed by GitHub
parent c0083815d4
commit a0a0c3a8db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")