Skip to content

Commit

Permalink
Issue #112 Move zookeeper_prefix configs to AggregatorBackendConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Mar 1, 2024
1 parent 7006130 commit aac1c91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/aggregator.dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@

aggregator_config = AggregatorConfig(
config_source=__file__,
zookeeper_prefix="/openeo/aggregator-dev/",
)


Expand All @@ -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,
},
Expand Down
2 changes: 1 addition & 1 deletion conf/aggregator.dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

aggregator_config = AggregatorConfig(
config_source=__file__,
zookeeper_prefix="/openeo/aggregator/dummy/",
)


Expand All @@ -26,4 +25,5 @@
scopes=["openid"],
),
],
zookeeper_prefix="/openeo/aggregator/dummy/",
)
2 changes: 1 addition & 1 deletion conf/aggregator.prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@

aggregator_config = AggregatorConfig(
config_source=__file__,
zookeeper_prefix="/openeo/aggregator/",
)


Expand All @@ -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,
},
Expand Down

0 comments on commit aac1c91

Please sign in to comment.