We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3648345 commit 1977d90Copy full SHA for 1977d90
1 file changed
app/config.py
@@ -9,7 +9,7 @@ class AppConfig(BaseSettings):
9
port: int | None = None
10
log_config: str | None = None
11
mongo_uri: str | None = None
12
- mongo_database: str = "python-mcp-server-demo"
+ mongo_database: str = "cdp-python-backend-template"
13
mongo_truststore: str = "TRUSTSTORE_CDP_ROOT_CA"
14
aws_endpoint_url: str | None = None
15
http_proxy: HttpUrl | None = None
0 commit comments