fixed proxies
This commit is contained in:
parent
71f9b0a886
commit
08c759d5e4
2 changed files with 3 additions and 2 deletions
4
.env
4
.env
|
|
@ -161,6 +161,6 @@ DOCKER_BUILDKIT=1
|
||||||
TZ=UTC
|
TZ=UTC
|
||||||
|
|
||||||
# Application Metadata
|
# Application Metadata
|
||||||
APP_NAME=Stock Bot Platform
|
APP_NAME="Stock Bot Platform"
|
||||||
APP_VERSION=1.0.0
|
APP_VERSION=1.0.0
|
||||||
APP_DESCRIPTION=Advanced Stock Trading and Analysis Platform
|
APP_DESCRIPTION="Advanced Stock Trading and Analysis Platform"
|
||||||
|
|
|
||||||
|
|
@ -33,4 +33,5 @@ export {
|
||||||
getMongoDBClient,
|
getMongoDBClient,
|
||||||
connectMongoDB,
|
connectMongoDB,
|
||||||
getDatabase,
|
getDatabase,
|
||||||
|
disconnectMongoDB,
|
||||||
} from './singleton';
|
} from './singleton';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue