fixed proxies

This commit is contained in:
Boki 2025-06-19 23:53:01 -04:00
parent 71f9b0a886
commit 08c759d5e4
2 changed files with 3 additions and 2 deletions

4
.env
View file

@ -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"

View file

@ -33,4 +33,5 @@ export {
getMongoDBClient,
connectMongoDB,
getDatabase,
disconnectMongoDB,
} from './singleton';