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 0453d2f commit f199b36Copy full SHA for f199b36
backend/common/core/config.py
@@ -81,6 +81,6 @@ def SQLALCHEMY_DATABASE_URI(self) -> PostgresDsn | str:
81
MCP_IMAGE_PATH: str = '/opt/sqlbot/images'
82
EXCEL_PATH: str = '/opt/sqlbot/data/excel'
83
MCP_IMAGE_HOST: str = 'http://localhost:3000'
84
- SERVER_IMAGE_HOST: str
+ SERVER_IMAGE_HOST: str = ''
85
86
settings = Settings() # type: ignore
0 commit comments