diff options
Diffstat (limited to 'deliveries/properties_simpledemo/ONAPPORTAL')
4 files changed, 4 insertions, 4 deletions
diff --git a/deliveries/properties_simpledemo/ONAPPORTAL/fusion.properties b/deliveries/properties_simpledemo/ONAPPORTAL/fusion.properties index 7f2980eb..f6182956 100644 --- a/deliveries/properties_simpledemo/ONAPPORTAL/fusion.properties +++ b/deliveries/properties_simpledemo/ONAPPORTAL/fusion.properties @@ -19,7 +19,7 @@ application_menu_attribute_name = applicationMenuData business_direct_menu_set_name = BD business_direct_menu_attribute_name = businessDirectMenuData -# ECOMP settings +# ONAP settings ecomp_app_id = 1 # Role settings sys_admin_role_id = 1 diff --git a/deliveries/properties_simpledemo/ONAPPORTAL/logback.xml b/deliveries/properties_simpledemo/ONAPPORTAL/logback.xml index c8bb5770..7ce20937 100644 --- a/deliveries/properties_simpledemo/ONAPPORTAL/logback.xml +++ b/deliveries/properties_simpledemo/ONAPPORTAL/logback.xml @@ -34,7 +34,7 @@ ============LICENSE_END============================================ - ECOMP is a trademark and service mark of AT&T Intellectual Property. + --> <!DOCTYPE xml> diff --git a/deliveries/properties_simpledemo/ONAPPORTAL/portal.properties b/deliveries/properties_simpledemo/ONAPPORTAL/portal.properties index 601a4d77..c124ebae 100644 --- a/deliveries/properties_simpledemo/ONAPPORTAL/portal.properties +++ b/deliveries/properties_simpledemo/ONAPPORTAL/portal.properties @@ -7,7 +7,7 @@ user.attribute.name = user_attribute # for single sign on ecomp_redirect_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm -# URL of the ECOMP Portal REST API +# URL of the ONAP Portal REST API ecomp_rest_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi ueb_listeners_enable = true diff --git a/deliveries/properties_simpledemo/ONAPPORTAL/system.properties b/deliveries/properties_simpledemo/ONAPPORTAL/system.properties index 0ef45a13..c16c4905 100644 --- a/deliveries/properties_simpledemo/ONAPPORTAL/system.properties +++ b/deliveries/properties_simpledemo/ONAPPORTAL/system.properties @@ -48,7 +48,7 @@ frontend_url = http://portal.api.simpledemo.onap.org:8989/ONAPP # An Unqiue 128-bit value defined to indentify a specific version of -# ECOMP Portal deployed on a specific virtual machine. +# ONAP Portal deployed on a specific virtual machine. # This value must be generated and updated at the time of # the deployment. # Online Unique UUID generator - https://www.uuidgenerator.net/ |