Skip to content

Commit

Permalink
Update ruby configuration for Big Query
Browse files Browse the repository at this point in the history
  • Loading branch information
vipin-dfe committed Dec 6, 2024
1 parent 0924e46 commit caccee2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/initializers/dfe_analytics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,8 @@
Rails.application.config.action_controller.perform_caching &&
ActionDispatch::FileHandler.new(Rails.root.join("public/cached_pages").to_s).attempt(rack_env).present?
end

config.bigquery_maintenance_window = "08-09-2024 18:00..08-09-2024 19:00"

config.azure_federated_auth = ENV.include? "GOOGLE_CLOUD_CREDENTIALS"
end

0 comments on commit caccee2

Please sign in to comment.