From bfa17c4c3fe4f7e8f56673a23f6ef2102da1cb34 Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Mon, 9 Feb 2026 16:09:26 +0100 Subject: [PATCH 1/3] lindas-next: update prod cached endpoint --- app/domain/data-source/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/domain/data-source/constants.ts b/app/domain/data-source/constants.ts index 4ba44f9a3..02c95c488 100644 --- a/app/domain/data-source/constants.ts +++ b/app/domain/data-source/constants.ts @@ -53,9 +53,9 @@ export const SOURCE_OPTIONS = [ // For LINDASnext { - value: "sparql+https://lindas-cached.cz-aws.net/query", + value: "sparql+https://cached.lindas.admin.ch/query", label: "LINDASnext-Prod", - url: "https://lindas-cached.cz-aws.net/query", + url: "https://cached.lindas.admin.ch/query", isTrusted: false, supportsCachingPerCubeIri: true, }, From 90bdcf0f4a248bbdd644bd3239bb2e14e7f17aea Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Mon, 9 Feb 2026 16:10:49 +0100 Subject: [PATCH 2/3] lindas-next: update int cached endpoint --- app/domain/data-source/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/domain/data-source/constants.ts b/app/domain/data-source/constants.ts index 02c95c488..a5d19644e 100644 --- a/app/domain/data-source/constants.ts +++ b/app/domain/data-source/constants.ts @@ -67,9 +67,9 @@ export const SOURCE_OPTIONS = [ supportsCachingPerCubeIri: true, }, { - value: "sparql+https://lindas-cached.int.cz-aws.net/query", + value: "sparql+https://int.cached.lindas.admin.ch/query", label: "LINDASnext-Int", - url: "https://lindas-cached.int.cz-aws.net/query", + url: "https://int.cached.lindas.admin.ch/query", isTrusted: false, supportsCachingPerCubeIri: true, }, From 62960fcb84ece3ae6019dbc699447cf28a0420d7 Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Mon, 9 Feb 2026 16:11:36 +0100 Subject: [PATCH 3/3] lindas-next: update test cached endpoint --- app/domain/data-source/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/domain/data-source/constants.ts b/app/domain/data-source/constants.ts index a5d19644e..39af92a5b 100644 --- a/app/domain/data-source/constants.ts +++ b/app/domain/data-source/constants.ts @@ -81,9 +81,9 @@ export const SOURCE_OPTIONS = [ supportsCachingPerCubeIri: true, }, { - value: "sparql+https://lindas-cached.test.cz-aws.net/query", + value: "sparql+https://test.cached.lindas.admin.ch/query", label: "LINDASnext-Test", - url: "https://lindas-cached.test.cz-aws.net/query", + url: "https://test.cached.lindas.admin.ch/query", isTrusted: false, supportsCachingPerCubeIri: true, },