From 08c759d5e4fd58d6905113aa15e2728f3c3f4540 Mon Sep 17 00:00:00 2001 From: Boki Date: Thu, 19 Jun 2025 23:53:01 -0400 Subject: [PATCH] fixed proxies --- .env | 4 ++-- libs/mongodb-client/src/index.ts | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env b/.env index e73e57c..947333c 100644 --- a/.env +++ b/.env @@ -161,6 +161,6 @@ DOCKER_BUILDKIT=1 TZ=UTC # Application Metadata -APP_NAME=Stock Bot Platform +APP_NAME="Stock Bot Platform" APP_VERSION=1.0.0 -APP_DESCRIPTION=Advanced Stock Trading and Analysis Platform +APP_DESCRIPTION="Advanced Stock Trading and Analysis Platform" diff --git a/libs/mongodb-client/src/index.ts b/libs/mongodb-client/src/index.ts index c89c9be..ead5669 100644 --- a/libs/mongodb-client/src/index.ts +++ b/libs/mongodb-client/src/index.ts @@ -33,4 +33,5 @@ export { getMongoDBClient, connectMongoDB, getDatabase, + disconnectMongoDB, } from './singleton';