Skip to content

Commit

Permalink
fixup! 🏗️(backends) integrate unified backends in the CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
quitterie-lcs committed Sep 19, 2023
1 parent 1bb1a60 commit 205036d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ralph/backends/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class HTTPBackendSettings(BaseModel):
# Active LRS backend Settings.


class LRSBackendSettings(BaseModel):
"""Pydantic model for LRS backend configuration settings."""
class LRSCompatibleBackendSettings(BaseModel):
"""Pydantic model for LRS compatible backend configuration settings."""

ASYNC_ES: ESDataBackendSettings = ESDataBackendSettings()
ASYNC_MONGO: MongoDataBackendSettings = MongoDataBackendSettings()
Expand Down

0 comments on commit 205036d

Please sign in to comment.