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 ...@@ -74,8 +74,9 @@ class VlkbCli implements Vlkb
this.settings = settings; this.settings = settings;
this.subsurveys = subsurveys; this.subsurveys = subsurveys;
this.soda = new SodaImpl(settings.fitsPaths); this.soda = new SodaImpl(settings.fitsPaths);
this.resolver = (settings.dbConn.isDbUriEmpty() ? new ResolverFromId(subsurveys) this.resolver = new ResolverFromId(subsurveys);
: new ResolverByObsCore(settings.dbConn, 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.
Please register or to comment