Skip to content

Commit

Permalink
fixup! Issue #112 remove AggregatorConfig definition from configs
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Mar 1, 2024
1 parent 0836ca1 commit 6f8e8a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/aggregator.dev.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from openeo_driver.users.oidc import OidcProvider

from openeo_aggregator.config import AggregatorBackendConfig, AggregatorConfig
from openeo_aggregator.config import AggregatorBackendConfig

_DEFAULT_OIDC_CLIENT_EGI = {
"id": "openeo-platform-default-client",
Expand Down
3 changes: 2 additions & 1 deletion conf/aggregator.dummy.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
"""
Dummy/example config
"""

from openeo_driver.users.oidc import OidcProvider

from openeo_aggregator.config import AggregatorBackendConfig, AggregatorConfig
from openeo_aggregator.config import AggregatorBackendConfig

config = AggregatorBackendConfig(
id="aggregator-dummy",
Expand Down
2 changes: 1 addition & 1 deletion conf/aggregator.prod.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from openeo_driver.users.oidc import OidcProvider

from openeo_aggregator.config import AggregatorBackendConfig, AggregatorConfig
from openeo_aggregator.config import AggregatorBackendConfig

_DEFAULT_OIDC_CLIENT_EGI = {
"id": "openeo-platform-default-client",
Expand Down

0 comments on commit 6f8e8a8

Please sign in to comment.