Skip to content

Commit

Permalink
feat: remove time zone configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yetti committed Jan 30, 2024
1 parent 06c6837 commit c3ead27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class Application < Rails::Application
# config.eager_load_paths << Rails.root.join("extras")

config.autoload_paths << "#{Rails.root}/app/components"
config.time_zone = "Canberra"

config.assets.configure do |env|
env.cache = ActiveSupport::Cache.lookup_store(:file_store, File.join(ENV.fetch("BLACKLIGHT_TMP_PATH", "./tmp"), "asset/cache"))
Expand Down

0 comments on commit c3ead27

Please sign in to comment.