Minor changes

This commit is contained in:
Ryan Pandya
2022-08-30 15:59:59 -07:00
parent 3dba30c9b1
commit 9aad11050b
6 changed files with 63 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
import Config
config :elixir, :time_zone_database, Tz.TimeZoneDatabase
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{config_env()}.env.exs"