Skip to content

Commit 1977d90

Browse files
committed
Revert config database name
1 parent 3648345 commit 1977d90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class AppConfig(BaseSettings):
99
port: int | None = None
1010
log_config: str | None = None
1111
mongo_uri: str | None = None
12-
mongo_database: str = "python-mcp-server-demo"
12+
mongo_database: str = "cdp-python-backend-template"
1313
mongo_truststore: str = "TRUSTSTORE_CDP_ROOT_CA"
1414
aws_endpoint_url: str | None = None
1515
http_proxy: HttpUrl | None = None

0 commit comments

Comments
 (0)