Skip to content

Commit f7e0e21

Browse files
authored
Trackextension: use http://alice-ccdb.cern.ch (#275)
1 parent f2ae263 commit f7e0e21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/TableProducer/trackextension.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ constexpr long run3grp_timestamp = (1619781650000 + 1619781529000) / 2;
4848
const char* ccdbpath_lut = "GLO/Param/MatLUT";
4949
const char* ccdbpath_geo = "GLO/Config/Geometry";
5050
const char* ccdbpath_grp = "GLO/GRP/GRP";
51-
const char* ccdburl = "https://alice-ccdb.cern.ch"; /* test "http://alice-ccdb.cern.ch:8080"; */
51+
const char* ccdburl = "http://alice-ccdb.cern.ch"; /* test "http://alice-ccdb.cern.ch:8080"; */
5252
} // namespace trackextension
5353
} // namespace analysis
5454
} // namespace o2

0 commit comments

Comments
 (0)