Skip to content

Commit 24f8382

Browse files
committed
Change ccdb url form test
1 parent 76ce3c0 commit 24f8382

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGDQ/Tasks/jPsiMuonCorrelations.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ struct DqJPsiMuonCorrelations {
104104
// Connect to ccdb
105105
Service<ccdb::BasicCCDBManager> ccdb{};
106106
Configurable<int64_t> ccdbNoLaterThan{"ccdbNoLaterThan", std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::system_clock::now().time_since_epoch()).count(), "latest acceptable timestamp of creation for the object"};
107-
Configurable<std::string> ccdbUrl{"ccdbUrl", "http://ccdb-test.cern.ch:8080", "url of the ccdb repository"};
107+
Configurable<std::string> ccdbUrl{"ccdbUrl", "http://alice-ccdb.cern.ch", "url of the ccdb repository"};
108108

109109
// Define the filter for events
110110
Filter eventFilter = aod::dqanalysisflags::isEventSelected == 1;

0 commit comments

Comments
 (0)