Skip to content

Commit

Permalink
Update Integration and Staging CKAN base_url
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Sep 21, 2023
1 parent 963e221 commit 16ed5de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/environments/integration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Rails.application.configure do
config.assets.compile = true
config.ckan_v26_base_url = "https://ckan.integration.publishing.service.gov.uk"
config.ckan_v26_base_url = "https://ckan.eks.integration.govuk.digital"
config.test_publisher = ""
end
2 changes: 1 addition & 1 deletion config/environments/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Rails.application.configure do
config.assets.compile = true
config.ckan_v26_base_url = "https://ckan.staging.publishing.service.gov.uk"
config.ckan_v26_base_url = "https://ckan.eks.staging.govuk.digital"
config.test_publisher = ""
end

0 comments on commit 16ed5de

Please sign in to comment.