aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/properties/Features.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/Features.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/Features.java')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/properties/Features.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
index 5c3f7835f..91f787cda 100644
--- a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
+++ b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
@@ -94,6 +94,8 @@ public enum Features implements Feature {
FLAG_2006_NETWORK_LOB_MULTI_SELECT,
FLAG_2006_VNF_LOB_MULTI_SELECT,
+ FLAG_GUILIN_CONFIG_PORTAL_APP_PASSWORD,
+
;