Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbirchard authored Jun 2, 2024
1 parent 8b78699 commit 842206b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
class Settings(BaseSettings):
"""FastAPI settings & configuration."""

app_name: str = "Blog Webhook API"
title: str = "Blog Webhook API"
app_name: str = "Ghost Webhook API"
title: str = "Ghost Webhook API"
description: str = "API to automate optimizations for blog sites."
items_per_user: int = 50
debug: bool = True
Expand Down

0 comments on commit 842206b

Please sign in to comment.