aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/properties/VidProperties.java
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2020-03-16 15:20:57 +0200
committerIttay Stern <ittay.stern@att.com>2020-04-01 16:14:17 +0300
commitd72adc1645d046079432130d83d11cf83fb0947f (patch)
treed9dca90f8b2dfb8957abf5747715a0cb4855b9b5 /vid-app-common/src/main/java/org/onap/vid/properties/VidProperties.java
parentfae75696a03ab5b45bf2ddb329344ab52b2265c5 (diff)
Configure "portal app_password" in DB by environment variable
Issue-ID: VID-801 Change-Id: Ic29912cdbbfe2cad9de957d190224d873d9c1e8c Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-app-common/src/main/java/org/onap/vid/properties/VidProperties.java')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/properties/VidProperties.java3
1 files changed, 2 insertions, 1 deletions
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 39750246b..ab2d1ec74 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
@@ -21,9 +21,9 @@
package org.onap.vid.properties;
import org.apache.commons.lang3.StringUtils;
-import org.onap.vid.model.ModelConstants;
import org.onap.portalsdk.core.logging.logic.EELFLoggerDelegate;
import org.onap.portalsdk.core.util.SystemProperties;
+import org.onap.vid.model.ModelConstants;
/**
* The Class VidProperties.
*/
@@ -36,6 +36,7 @@ public class VidProperties extends SystemProperties {
public static final String MSO_MAX_OPENED_INSTANTIATION_REQUESTS="mso.maxOpenedInstantiationRequests";
public static final String MSO_ASYNC_POLLING_INTERVAL_SECONDS="mso.asyncPollingIntervalSeconds";
public static final String PROBE_SDC_MODEL_UUID="probe.sdc.model.uuid";
+ public static final String PORTAL_APP_PASSWORD_ENVIRONMENT_VARIABLE_NAME="VID_PORTAL_APP_PASSWORD";
/** The Constant VID_TRUSTSTORE_FILENAME. */
public static final String VID_TRUSTSTORE_FILENAME = "vid.truststore.filename";