Skip to content

Commit

Permalink
STEEDOS_TABLES_MONGO_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Dec 10, 2024
1 parent d0d87e9 commit 016d55d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.7",
"@builder6/mongodb-api": "^0.0.8",
"@steedos-labs/analytics": "^0.1.32",
"@steedos/service-community": "~2.7",
"@steedos/service-enterprise": "^2.5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/enterprise/fs/opt/steedos/templates/docker.env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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
STEEDOS_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 016d55d

Please sign in to comment.