From 15ffc02a2c403e7f36f027c4a1c44ce13447dc76 Mon Sep 17 00:00:00 2001 From: Yuxuan HU Date: Mon, 17 Aug 2026 14:31:11 +1000 Subject: [PATCH] disable elasticsearch.semantic in staging and production --- server/src/main/resources/application-production.yaml | 2 +- server/src/main/resources/application-staging.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/main/resources/application-production.yaml b/server/src/main/resources/application-production.yaml index 44ad7293..0af9502e 100644 --- a/server/src/main/resources/application-production.yaml +++ b/server/src/main/resources/application-production.yaml @@ -14,4 +14,4 @@ ogcapi: elasticsearch: semantic: - enabled: true + enabled: false diff --git a/server/src/main/resources/application-staging.yaml b/server/src/main/resources/application-staging.yaml index c27d2689..5eca292a 100644 --- a/server/src/main/resources/application-staging.yaml +++ b/server/src/main/resources/application-staging.yaml @@ -10,4 +10,4 @@ ogcapi: elasticsearch: semantic: - enabled: true + enabled: false