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 1693979 commit 3ccb2daCopy full SHA for 3ccb2da
1 file changed
examples/gRPC/reverse_proxy/chronos-config.js
@@ -1,14 +1,14 @@
1
require('dotenv').config();
2
-const chronos = require('@chronosmicro/tracker');
3
4
-chronos.use({
+module.exports = {
5
microservice: 'reverse-proxy',
6
interval: 2000,
7
// dockerized: true,ß
+ mode: 'microservices',
8
database: {
9
connection: 'gRPC',
10
type: 'MongoDB',
11
URI: process.env.CHRONOS_URI,
12
},
13
notifications: [],
14
-});
+};
0 commit comments