Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 3478c9d

Browse files
authored
Merge pull request #733 from alphagov/ckan-upgrade
Update CKAN URLs for post-CKAN upgrade
2 parents 54ec544 + 409dd2d commit 3478c9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/environments/production.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@
8787
# Do not dump schema after migrations.
8888
config.active_record.dump_schema_after_migration = false
8989

90-
config.ckan_v26_base_url = "https://data.gov.uk"
90+
config.ckan_v26_base_url = "https://ckan.publishing.service.gov.uk"
9191
end

config/environments/staging.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
Rails.application.configure do
44
config.assets.compile = true
5-
config.ckan_v26_base_url = "https://ckan.integration.publishing.service.gov.uk"
5+
config.ckan_v26_base_url = "https://ckan.staging.publishing.service.gov.uk"
66
end

0 commit comments

Comments
 (0)