Commit f554a6c09da7f4035bda71e1dfa85e88ac6bdf77

Authored by Nathanael Jourdane
1 parent 07c6164c
Exists in master and in 1 other branch b6.0.X

Use Heidelberg registry instead of gavo, to avoid '?' in AMDA access URL.

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
src/main/java/eu/omp/irap/vespa/votable/Consts.java
... ... @@ -24,11 +24,10 @@ package eu.omp.irap.vespa.votable;
24 24 public class Consts {
25 25  
26 26 /** The URL of the registry used by default to get the services. */
27   - public static final String DEFAULT_REGISTRY_URL = "http://gavo.aip.de/tap";
  27 + public static final String DEFAULT_REGISTRY_URL = "http://dc.zah.uni-heidelberg.de/tap";
28 28 // http://reg.g-vo.org/tap
29 29 // http://dc.zah.uni-heidelberg.de/tap
30 30 // http://gavo.aip.de/tap
31   - // http://voparis-cdpp.obspm.fr/tap
32 31  
33 32 /** The character set used (for http requests, writing in files, etc.). */
34 33 public static final String ENCODING = "UTF-8";
... ...