From 306e54346981606b8781e645db7a2ca7a3ed1f31 Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Wed, 7 Feb 2024 09:58:00 +0100 Subject: [PATCH] Issue #117 more descriptive id for default AggregatorBackendConfig --- conf/backend_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/backend_config.py b/conf/backend_config.py index 927c4fe0..28361fb3 100644 --- a/conf/backend_config.py +++ b/conf/backend_config.py @@ -1,8 +1,8 @@ from openeo_aggregator.config import AggregatorBackendConfig config = AggregatorBackendConfig( - # TODO: eliminate hardcoded openEO Platform references. - id="aggregator", + # TODO: eliminate hardcoded openEO Platform references. https://github.com/Open-EO/openeo-aggregator/issues/117 + id="openeo-platform-aggregator", capabilities_title="openEO Platform", capabilities_description="openEO Platform, provided through openEO Aggregator Driver", enable_basic_auth=False,