We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a321c3 commit 2705d3bCopy full SHA for 2705d3b
api/core/config.py
@@ -6,7 +6,7 @@ class Settings(BaseSettings):
6
7
PROJECT_NAME: str = "Hero API"
8
DATABASE_URL: str
9
- DEBUG: bool = True
+ DEBUG: bool = False
10
11
# JWT Settings
12
JWT_SECRET: str # Change in production
0 commit comments