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 b985403 commit 0aff8e1Copy full SHA for 0aff8e1
backend/common/core/config.py
@@ -74,8 +74,9 @@ def SQLALCHEMY_DATABASE_URI(self) -> PostgresDsn:
74
path=self.POSTGRES_DB,
75
)
76
77
- MCP_IMAGE_PATH: str
78
- MCP_IMAGE_HOST: str
+ MCP_IMAGE_PATH: str = '/opt/sqlbot/images'
+ MCP_IMAGE_HOST: str = 'http://localhost:3000'
79
SERVER_IMAGE_HOST: str
80
81
settings = Settings() # type: ignore
82
+print(settings)
0 commit comments