Skip to content
Snippets Groups Projects
Commit 3e489ecf authored by Robert Butora's avatar Robert Butora
Browse files

mcutout: forces VlkbCli instead of AMQP

parent f09bae84
No related branches found
No related tags found
No related merge requests found
......@@ -74,8 +74,9 @@ class VlkbCli implements Vlkb
this.settings = settings;
this.subsurveys = subsurveys;
this.soda = new SodaImpl(settings.fitsPaths);
this.resolver = (settings.dbConn.isDbUriEmpty() ? new ResolverFromId(subsurveys)
: new ResolverByObsCore(settings.dbConn, subsurveys));
this.resolver = new ResolverFromId(subsurveys);
//this.resolver = (settings.dbConn.isDbUriEmpty() ? new ResolverFromId(subsurveys)
// : new ResolverByObsCore(settings.dbConn, subsurveys));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment