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 e582756 commit d6d91ffCopy full SHA for d6d91ff
MatchingService/config/config.js
@@ -5,8 +5,8 @@ module.exports = {
5
mongodbUri: "mongodb://matching-service-database:27017/peer-prep",
6
// mongodbUri: "mongodb://127.0.0.1:27020/peer-prep",
7
// mongodbUri: "mongodb://127.0.0.1:27017/peer-prep",
8
- rabbitmqUrl: "amqp://rabbitmq:5672",
9
- // rabbitmqUrl: "amqp://127.0.0.1:5672",
+ // rabbitmqUrl: "amqp://rabbitmq:5672",
+ rabbitmqUrl: "amqp://127.0.0.1:5672",
10
refreshDuration: 3000, // 3 seconds
11
waitingDuration: 3000,
12
matchingDuration: 57000,
0 commit comments