Fixed dev base url
This commit is contained in:
parent
987affa96d
commit
78c60541d8
|
@ -63,7 +63,7 @@ public class CKANResource extends CKAN {
|
||||||
|
|
||||||
/* TODO Remove this code ASAP. It requires a function from Storage HUB */
|
/* TODO Remove this code ASAP. It requires a function from Storage HUB */
|
||||||
private static final String URI_RESOLVER_STORAGE_HUB_HOST_PROD = "data.d4science.org";
|
private static final String URI_RESOLVER_STORAGE_HUB_HOST_PROD = "data.d4science.org";
|
||||||
private static final String URI_RESOLVER_STORAGE_HUB_HOST_DEV = "data1-d.d4science.org";
|
private static final String URI_RESOLVER_STORAGE_HUB_HOST_DEV = "data-d.d4science.org";
|
||||||
|
|
||||||
public static final String URI_RESOLVER_STORAGE_HUB_HOST;
|
public static final String URI_RESOLVER_STORAGE_HUB_HOST;
|
||||||
public static final String URI_RESOLVER_STORAGE_HUB_PATH = "/shub/";
|
public static final String URI_RESOLVER_STORAGE_HUB_PATH = "/shub/";
|
||||||
|
|
Loading…
Reference in New Issue