Skip to content

Commit 2705d3b

Browse files
committed
fix: debug = False
1 parent 0a321c3 commit 2705d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Settings(BaseSettings):
66

77
PROJECT_NAME: str = "Hero API"
88
DATABASE_URL: str
9-
DEBUG: bool = True
9+
DEBUG: bool = False
1010

1111
# JWT Settings
1212
JWT_SECRET: str # Change in production

0 commit comments

Comments
 (0)