Commit ff2c33190157cce94b42ab4cce4ef7f027bc48f7
1 parent
3ab0bee9
Exists in
master
and in
112 other branches
cesr -> irap
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
php/config.php
... | ... | @@ -86,13 +86,13 @@ define('-4','NO_SUCH_PARENT_ID'); |
86 | 86 | define('-5','NO_OBJECT_FILE'); |
87 | 87 | |
88 | 88 | // SVN Repository for local parameters files (DD_*.xml, LocalParams.xml, ...) |
89 | -define('SVN_DDMISSIONSINFO', 'svn://cdpp1.cesr.fr/depotINFO/'); | |
89 | +define('SVN_DDMISSIONSINFO', 'svn://cdpp1.irap.omp.eu/depotINFO/'); | |
90 | 90 | define('SVN_LOCALPARAMSINFO', SVN_DDMISSIONSINFO.'LocalParam/'); |
91 | 91 | define('SVN_TEMPLATES', SVN_DDMISSIONSINFO.'Templates/'); |
92 | 92 | |
93 | 93 | // EPN-TAP services |
94 | 94 | define('EPNTAP_APIS','http://voparis-tap.obspm.fr/__system__/tap/run/tap/sync'); |
95 | -define('EPNTAP_AMDA','http://cdpp-epntap.cesr.fr/__system__/tap/run/tap/sync'); | |
95 | +define('EPNTAP_AMDA','http://cdpp-epntap.irap.omp.eu/__system__/tap/run/tap/sync'); | |
96 | 96 | |
97 | 97 | // General Info dirs; old AMDA |
98 | 98 | define('INFODIR', ROOT_PATH.'INFO/'); |
... | ... |