Skip to content

Commit

Permalink
Merge pull request #1199 from alphagov/update-ckan-base_url
Browse files Browse the repository at this point in the history
Update Integration and Staging CKAN base_url
  • Loading branch information
kentsanggds authored Sep 21, 2023
2 parents 963e221 + 16ed5de commit af54643
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 af54643

Please sign in to comment.