Skip to content

Commit

Permalink
Issue #117 more descriptive id for default AggregatorBackendConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Feb 7, 2024
1 parent c7a095b commit 306e543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/backend_config.py
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 306e543

Please sign in to comment.