From 3b12c6e9b5d2885244b7b1fb6c016ad8999e3cf2 Mon Sep 17 00:00:00 2001 From: Rina Roi Date: Tue, 30 Jul 2019 12:31:51 +0300 Subject: Take 'contact us' url from configuration Issue-ID: VID-541 Signed-off-by: Rina Roi Change-Id: Ia7d829c20a8689f7aab737ea83ed420b6c3448a3 --- vid-app-common/src/main/java/org/onap/vid/properties/VidProperties.java | 1 + 1 file changed, 1 insertion(+) (limited to 'vid-app-common/src/main/java/org/onap/vid/properties/VidProperties.java') diff --git a/vid-app-common/src/main/java/org/onap/vid/properties/VidProperties.java b/vid-app-common/src/main/java/org/onap/vid/properties/VidProperties.java index 8331886c0..39750246b 100644 --- a/vid-app-common/src/main/java/org/onap/vid/properties/VidProperties.java +++ b/vid-app-common/src/main/java/org/onap/vid/properties/VidProperties.java @@ -31,6 +31,7 @@ public class VidProperties extends SystemProperties { //VID General Properties public static final String MSO_DISPLAY_TEST_API_ON_SCREEN="mso.displayTestAPIOnScreen"; + public static final String HOMEPAGE_CONTACT_US_URL = "homepage_contact_us_url"; public static final String MSO_DEFAULT_TEST_API="mso.defaultTestAPI"; public static final String MSO_MAX_OPENED_INSTANTIATION_REQUESTS="mso.maxOpenedInstantiationRequests"; public static final String MSO_ASYNC_POLLING_INTERVAL_SECONDS="mso.asyncPollingIntervalSeconds"; -- cgit 1.2.3-korg