Skip to content
Snippets Groups Projects
Commit 6e9f148a authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Adding configuration option for VIPSCore URL

parent 02efbb73
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ import org.jboss.resteasy.client.jaxrs.ResteasyWebTarget;
public class ManagerResourceImpl implements ManagerResource{
private final String VIPSCORE_URL = "http://localhost:8080/VIPSCore";
private final String VIPSCORE_URL = System.getProperty("no.bioforsk.vips.coremanager.VIPSCORE_URL");
private final Integer VIPS_BATCH_SYSTEM_USER_ID = -10;
@Context
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment