Skip to content

Commit f199b36

Browse files
committed
feat: config
1 parent 0453d2f commit f199b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/common/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ def SQLALCHEMY_DATABASE_URI(self) -> PostgresDsn | str:
8181
MCP_IMAGE_PATH: str = '/opt/sqlbot/images'
8282
EXCEL_PATH: str = '/opt/sqlbot/data/excel'
8383
MCP_IMAGE_HOST: str = 'http://localhost:3000'
84-
SERVER_IMAGE_HOST: str
84+
SERVER_IMAGE_HOST: str = ''
8585

8686
settings = Settings() # type: ignore

0 commit comments

Comments
 (0)