File tree Expand file tree Collapse file tree
hub/dispatcher/src/main/java/com/hubsante/hub/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,19 +38,12 @@ public class Constants {
3838 public static final String FR_HEALTH_PREFIX = "fr.health" ;
3939 public static final String FR_FIRE_PREFIX = "fr.fire" ;
4040 public static final String FR_CISU_PREFIX = "fr.cisu" ;
41- public static final String NEXSIS_VHOST = "15-nexsis_v1.9" ;
4241 public static final String HEALTH_VHOST_PREFIX = "15-15_v" ;
4342 public static final String NEXSIS_HUBEX_PARTNER = "fire" ;
4443 public static final Map <String , String > HUBEX_PERIMETER_PREFIXES =
4544 Map .of (
4645 "15-15" , "fr.health" ,
4746 "15-nexsis" , "fr.fire" );
48- public static final Map <String , String > CONVERSION_VHOST_MODEL =
49- Map .of (
50- "15-15_v1.5" , "v1" ,
51- "15-15_v2.0" , "v2" ,
52- "15-15_v2.1" , "v3" ,
53- "15-nexsis_v1.9" , "v3" );
5447
5548 public enum Perimeter {
5649 HEALTH ("15-15" ),
You can’t perform that action at this time.
0 commit comments