Skip to content

Commit 2609026

Browse files
committed
feat (dispatcher): remove unused NEXSIS_VHOST and CONVERSION_VHOST_MODEL constants
1 parent 97161d3 commit 2609026

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

hub/dispatcher/src/main/java/com/hubsante/hub/config/Constants.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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"),

0 commit comments

Comments
 (0)