We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df49016 commit cb32131Copy full SHA for cb32131
1 file changed
src/app/core/config.py
@@ -17,7 +17,6 @@ class AppSettings(BaseSettings):
17
APP_NAME: str = "My Project"
18
APP_VERSION: str = "0.1"
19
APP_DESCRIPTION: str | None = None
20
- APP_VERSION: str | None = None
21
APP_BACKEND_HOST: str = "http://localhost:8000"
22
APP_FRONTEND_HOST: str | None = None
23
LICENSE_NAME: str | None = None
0 commit comments