summaryrefslogtreecommitdiffstats
path: root/deliveries/properties_simpledemo/ONAPPORTAL/fusion.properties
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-10-18 16:04:10 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-10-18 17:29:38 -0400
commit764405bc00dd938b54c5a641ddab01f1d67ad861 (patch)
treeaf7e0594b58e4c730143833c14cad4b5c5bab219 /deliveries/properties_simpledemo/ONAPPORTAL/fusion.properties
parent667356a0ecd88567d9bd7c1926498e1b1e5a957e (diff)
Revise domain name and app context paths
Now uses host simpledemo.onap.org (no more simpledemo.openecomp.org) and context path ONAPPORTAL (no more ECOMPPORTAL). Issue: PORTAL-130 Change-Id: I15a47eae10ed444b8bfc5ba33a8a33a25d5c6ec6 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'deliveries/properties_simpledemo/ONAPPORTAL/fusion.properties')
-rw-r--r--deliveries/properties_simpledemo/ONAPPORTAL/fusion.properties46
1 files changed, 46 insertions, 0 deletions
diff --git a/deliveries/properties_simpledemo/ONAPPORTAL/fusion.properties b/deliveries/properties_simpledemo/ONAPPORTAL/fusion.properties
new file mode 100644
index 00000000..7f2980eb
--- /dev/null
+++ b/deliveries/properties_simpledemo/ONAPPORTAL/fusion.properties
@@ -0,0 +1,46 @@
+# domain settings
+#domain_class_location =
+
+# validator settings
+#default_error_message = Default error message
+
+login_url_no_ret_val = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm
+
+user_attribute_name = user
+
+# User Session settings
+roles_attribute_name = roles
+role_functions_attribute_name = role_functions
+
+# menu settings
+menu_query_name = menuData
+application_menu_set_name = APP
+application_menu_attribute_name = applicationMenuData
+business_direct_menu_set_name = BD
+business_direct_menu_attribute_name = businessDirectMenuData
+
+# ECOMP settings
+ecomp_app_id = 1
+# Role settings
+sys_admin_role_id = 1
+account_admin_role_id = 999
+restricted_app_role_id = 900
+
+# Home Page index html
+home_page = /index.html
+
+authentication_mechanism =DBAUTH
+
+login.error.hrid.empty = Login failed, please contact system administrator.
+login.error.hrid.not-found = User not found, please contact system administrator.
+login.error.user.inactive = Account is disabled, please contact system administrator.
+
+#
+# Number of seconds to poll health (database operational, etc.)
+#
+health_poll_interval_seconds = 5
+#
+# If a component is down a log entry will be written that triggers an alert. This parameter specifies how often this alert should be triggered
+# if the component remains down. For example a value of 30, would translate to 30 * 60 seconds = 1800 seconds, or every 30 minutes
+#
+health_fail_alert_every_x_intervals = 30