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 22, 2023
1 parent c118d46 commit 7428a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ralph/backends/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class HTTPBackendSettings(BaseModel):


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

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

0 comments on commit 7428a7e

Please sign in to comment.