diff --git a/conf/aggregator.dev.py b/conf/aggregator.dev.py index 3c35524..5609886 100644 --- a/conf/aggregator.dev.py +++ b/conf/aggregator.dev.py @@ -44,7 +44,6 @@ aggregator_config = AggregatorConfig( config_source=__file__, - zookeeper_prefix="/openeo/aggregator-dev/", ) @@ -60,6 +59,7 @@ # Sentinel Hub OpenEO by Sinergise "sentinelhub": "https://openeo.sentinel-hub.com/production/", }, + zookeeper_prefix="/openeo/aggregator-dev/", partitioned_job_tracking={ "zk_hosts": ZK_HOSTS, }, diff --git a/conf/aggregator.dummy.py b/conf/aggregator.dummy.py index 361b73b..bbb5f71 100644 --- a/conf/aggregator.dummy.py +++ b/conf/aggregator.dummy.py @@ -7,7 +7,6 @@ aggregator_config = AggregatorConfig( config_source=__file__, - zookeeper_prefix="/openeo/aggregator/dummy/", ) @@ -26,4 +25,5 @@ scopes=["openid"], ), ], + zookeeper_prefix="/openeo/aggregator/dummy/", ) diff --git a/conf/aggregator.prod.py b/conf/aggregator.prod.py index 308bf79..a7af35e 100644 --- a/conf/aggregator.prod.py +++ b/conf/aggregator.prod.py @@ -37,7 +37,6 @@ aggregator_config = AggregatorConfig( config_source=__file__, - zookeeper_prefix="/openeo/aggregator/", ) @@ -52,6 +51,7 @@ # Sentinel Hub OpenEO by Sinergise "sentinelhub": "https://openeo.sentinel-hub.com/production/", }, + zookeeper_prefix="/openeo/aggregator/", partitioned_job_tracking={ "zk_hosts": ZK_HOSTS, },