Skip to content

Commit a81faf1

Browse files
authored
Update README.md
1 parent 0b5926f commit a81faf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CollaborationService/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ http://localhost:3005
3333
2. Uncomment localhost addresses and comment the docker addresses for the services in the `Collaboration\config\config.js` file as below:
3434

3535
```
36-
// mongodbUri: "mongodb://collaboration-service-database:27017",
37-
// mongodbUri: "mongodb://127.0.0.1:27021/peer-prep",
36+
// mongodbUri: "mongodb://collaboration-service-database:27017",
37+
// mongodbUri: "mongodb://127.0.0.1:27021/peer-prep",
3838
mongodbUri: "mongodb://127.0.0.1:27017/peer-prep",
3939
```
4040

0 commit comments

Comments
 (0)