We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5926f commit a81faf1Copy full SHA for a81faf1
CollaborationService/README.md
@@ -33,8 +33,8 @@ http://localhost:3005
33
2. Uncomment localhost addresses and comment the docker addresses for the services in the `Collaboration\config\config.js` file as below:
34
35
```
36
- // mongodbUri: "mongodb://collaboration-service-database:27017",
37
- // mongodbUri: "mongodb://127.0.0.1:27021/peer-prep",
+// mongodbUri: "mongodb://collaboration-service-database:27017",
+// mongodbUri: "mongodb://127.0.0.1:27021/peer-prep",
38
mongodbUri: "mongodb://127.0.0.1:27017/peer-prep",
39
40
0 commit comments