Skip to content

Commit cfc411d

Browse files
authored
Merge pull request #2519 from visualize-admin/final-cached-endpoints
Update Cached endpoints
2 parents bc6b3b0 + 62960fc commit cfc411d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/domain/data-source/constants.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ export const SOURCE_OPTIONS = [
5353

5454
// For LINDASnext
5555
{
56-
value: "sparql+https://lindas-cached.cz-aws.net/query",
56+
value: "sparql+https://cached.lindas.admin.ch/query",
5757
label: "LINDASnext-Prod",
58-
url: "https://lindas-cached.cz-aws.net/query",
58+
url: "https://cached.lindas.admin.ch/query",
5959
isTrusted: false,
6060
supportsCachingPerCubeIri: true,
6161
},
@@ -67,9 +67,9 @@ export const SOURCE_OPTIONS = [
6767
supportsCachingPerCubeIri: true,
6868
},
6969
{
70-
value: "sparql+https://lindas-cached.int.cz-aws.net/query",
70+
value: "sparql+https://int.cached.lindas.admin.ch/query",
7171
label: "LINDASnext-Int",
72-
url: "https://lindas-cached.int.cz-aws.net/query",
72+
url: "https://int.cached.lindas.admin.ch/query",
7373
isTrusted: false,
7474
supportsCachingPerCubeIri: true,
7575
},
@@ -81,9 +81,9 @@ export const SOURCE_OPTIONS = [
8181
supportsCachingPerCubeIri: true,
8282
},
8383
{
84-
value: "sparql+https://lindas-cached.test.cz-aws.net/query",
84+
value: "sparql+https://test.cached.lindas.admin.ch/query",
8585
label: "LINDASnext-Test",
86-
url: "https://lindas-cached.test.cz-aws.net/query",
86+
url: "https://test.cached.lindas.admin.ch/query",
8787
isTrusted: false,
8888
supportsCachingPerCubeIri: true,
8989
},

0 commit comments

Comments
 (0)