Skip to content

Commit

Permalink
"@builder6/mongodb-api": "^0.0.7"
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Dec 9, 2024
1 parent d36180d commit 4d4a38f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/enterprise/app/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"start": "steedos start"
},
"dependencies": {
"@builder6/mongodb-api": "0.0.2",
"@builder6/mongodb-api": "^0.0.7",
"@steedos-labs/analytics": "^0.1.32",
"@steedos/service-community": "~2.7",
"@steedos/service-enterprise": "^2.5"
Expand Down
2 changes: 2 additions & 0 deletions deploy/enterprise/fs/opt/steedos/templates/docker.env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ STEEDOS_MONGODB_URI=mongodb://$MONGO_USER:$MONGO_PASSWORD@localhost:27017/steedo
STEEDOS_MONGODB_USER=$MONGO_USER
STEEDOS_MONGODB_PASSWORD=$MONGO_PASSWORD
TABLES_MONGO_URL=mongodb://$MONGO_USER:$MONGO_PASSWORD@localhost:27017/tables?authSource=admin
TRANSPORTER=redis://localhost:6379
CACHER=redis://localhost:6379/1
Expand Down

0 comments on commit 4d4a38f

Please sign in to comment.