Skip to content

Commit 0aff8e1

Browse files
committed
feat: default config
1 parent b985403 commit 0aff8e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

backend/common/core/config.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ def SQLALCHEMY_DATABASE_URI(self) -> PostgresDsn:
7474
path=self.POSTGRES_DB,
7575
)
7676

77-
MCP_IMAGE_PATH: str
78-
MCP_IMAGE_HOST: str
77+
MCP_IMAGE_PATH: str = '/opt/sqlbot/images'
78+
MCP_IMAGE_HOST: str = 'http://localhost:3000'
7979
SERVER_IMAGE_HOST: str
8080

8181
settings = Settings() # type: ignore
82+
print(settings)

0 commit comments

Comments
 (0)