From f35152e8fd5d29cf4c458367ef70ff2414895eca Mon Sep 17 00:00:00 2001 From: Mario Hernandez Date: Thu, 19 Sep 2024 05:28:18 -0300 Subject: [PATCH] description --- merchants/FastapiApp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/merchants/FastapiApp.py b/merchants/FastapiApp.py index 11cab8f..5b1c500 100644 --- a/merchants/FastapiApp.py +++ b/merchants/FastapiApp.py @@ -8,8 +8,8 @@ app = FastAPI( title=settings.PROJECT_NAME, version=__merchants_version__, - description="Universal Payment Processing System", - debug=True, + description="A unified payment processing toolkit for Starlette/FastAPI applications", + debug=settings.DEBUG, ) app.add_middleware(DebugToolbarMiddleware)