diff options
author | Amichai Hemli <amichai.hemli@intl.att.com> | 2020-04-01 14:13:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-01 14:13:48 +0000 |
commit | 66dd02deee3386be8e2cca4675fdd365ad1a1563 (patch) | |
tree | 34a894c7a490469d5e85ac717d04284b3a99a3e9 /vid-app-common/src/main/webapp/WEB-INF/conf/guilin.features.properties | |
parent | 2af3117862681b81fb1f526bad19d3742b8dcf18 (diff) | |
parent | d72adc1645d046079432130d83d11cf83fb0947f (diff) |
Merge "Configure "portal app_password" in DB by environment variable"
Diffstat (limited to 'vid-app-common/src/main/webapp/WEB-INF/conf/guilin.features.properties')
-rw-r--r-- | vid-app-common/src/main/webapp/WEB-INF/conf/guilin.features.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vid-app-common/src/main/webapp/WEB-INF/conf/guilin.features.properties b/vid-app-common/src/main/webapp/WEB-INF/conf/guilin.features.properties index f86dd970a..e842256f8 100644 --- a/vid-app-common/src/main/webapp/WEB-INF/conf/guilin.features.properties +++ b/vid-app-common/src/main/webapp/WEB-INF/conf/guilin.features.properties @@ -40,3 +40,5 @@ FLAG_2004_CREATE_ANOTHER_INSTANCE_FROM_TEMPLATE=true FLAG_2004_INSTANTIATION_STATUS_FILTER=true FLAG_2006_VFMODULE_TAKES_TENANT_AND_REGION_FROM_VNF=true +FLAG_GUILIN_CONFIG_PORTAL_APP_PASSWORD = true + |