Skip to content

Commit

Permalink
#22: chore: rename MongoDB section in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ReznikovRoman committed Jul 10, 2022
1 parent b791667 commit b102502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ugc/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Settings(BaseSettings):
REDIS_RETRY_ON_TIMEOUT: bool = True
REDIS_KEY_PREFIX: str = Field("ugc")

# Redis
# MongoDB
MONGODB_USER: str
MONGODB_PASSWORD: str
MONGODB_NAME: str
Expand Down

0 comments on commit b102502

Please sign in to comment.