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 9a1d724 commit 0a54f09Copy full SHA for 0a54f09
.env.example
@@ -26,3 +26,5 @@ SENTRY_DSN=
26
# Configure these with your own Docker registry images
27
DOCKER_IMAGE_BACKEND=backend
28
DOCKER_IMAGE_FRONTEND=frontend
29
+
30
+MCP_IMAGE_PATH=/opt/sqlbot/images
backend/common/core/config.py
@@ -79,6 +79,7 @@ def SQLALCHEMY_DATABASE_URI(self) -> PostgresDsn:
79
SMTP_PASSWORD: str | None = None
80
EMAILS_FROM_EMAIL: EmailStr | None = None
81
EMAILS_FROM_NAME: EmailStr | None = None
82
+ MCP_IMAGE_PATH: str
83
84
@model_validator(mode="after")
85
def _set_default_emails_from(self) -> Self:
0 commit comments