Skip to content

Commit 5d08c93

Browse files
authored
Update the QCDB url from test to production. (#796)
1 parent e5629c9 commit 5d08c93

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Modules/MFT/qc-mft-cluster.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"config": {
44
"database": {
55
"implementation": "CCDB",
6-
"host": "ccdb-test.cern.ch:8080",
6+
"host": "qcdb.cern.ch:8083",
77
"username": "not_applicable",
88
"password": "not_applicable",
99
"name": "not_applicable"
@@ -16,10 +16,10 @@
1616
"url": "infologger:///debug?qc"
1717
},
1818
"consul": {
19-
"url": "http://consul-test.cern.ch:8500"
19+
"url": "alio2-cr1-flp182-ib:8500"
2020
},
2121
"conditionDB": {
22-
"url": "ccdb-test.cern.ch:8080"
22+
"url": "qcdb.cern.ch:8083"
2323
}
2424
},
2525
"tasks": {

Modules/MFT/qc-mft-track.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"config": {
44
"database": {
55
"implementation": "CCDB",
6-
"host": "ccdb-test.cern.ch:8080",
6+
"host": "qcdb.cern.ch:8083",
77
"username": "not_applicable",
88
"password": "not_applicable",
99
"name": "not_applicable"
@@ -16,10 +16,10 @@
1616
"url": "infologger:///debug?qc"
1717
},
1818
"consul": {
19-
"url": "http://consul-test.cern.ch:8500"
19+
"url": "alio2-cr1-flp182-ib:8500"
2020
},
2121
"conditionDB": {
22-
"url": "ccdb-test.cern.ch:8080"
22+
"url": "qcdb.cern.ch:8083"
2323
}
2424
},
2525
"tasks": {

0 commit comments

Comments
 (0)