Skip to content

Commit 269de9b

Browse files
replace backbeat client with cloudserver client
Issue: BB-706
1 parent 07cff46 commit 269de9b

File tree

6 files changed

+417
-189
lines changed

6 files changed

+417
-189
lines changed

conf/config.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,17 @@
3434
"host": "127.0.0.1",
3535
"port": 9990
3636
},
37+
3738
"mongo": {
38-
"replicaSetHosts":
39-
"localhost:27017,localhost:27018,localhost:27019",
40-
"writeConcern": "majority",
41-
"replicaSet": "rs0",
42-
"readPreference": "primary",
43-
"database": "metadata"
39+
"replicaSetHosts": "localhost:27017",
40+
"authCredentials": {
41+
"password": "password",
42+
"username": "root"
43+
},
44+
"writeConcern": "majority",
45+
"replicaSet": "rs0",
46+
"readPreference": "primary",
47+
"database": "metadata"
4448
},
4549
"kafka": {
4650
"topic": "backbeat-oplog",

0 commit comments

Comments
 (0)