Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Common/TableProducer/trackextension.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ constexpr long run3grp_timestamp = (1619781650000 + 1619781529000) / 2;
const char* ccdbpath_lut = "GLO/Param/MatLUT";
const char* ccdbpath_geo = "GLO/Config/Geometry";
const char* ccdbpath_grp = "GLO/GRP/GRP";
const char* ccdburl = "https://alice-ccdb.cern.ch"; /* test "http://alice-ccdb.cern.ch:8080"; */
const char* ccdburl = "http://alice-ccdb.cern.ch"; /* test "http://alice-ccdb.cern.ch:8080"; */

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe 8080 still needs to be added

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think 8080 points to the test instance...

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you don't put https then you have to put 8080 which is the test endpoint

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeap!
You're right!
Sorry for the noise!

} // namespace trackextension
} // namespace analysis
} // namespace o2
Expand Down