[UI] Support UI partial control
[validation.git] / ui / src / main / resources / portal.properties
index 5434599..b6c0dc1 100644 (file)
@@ -68,3 +68,15 @@ ueb_listeners_enable = false
 # If key ueb_listeners_enable is set to false,
 # then only the ueb_app_key is required.
 ueb_app_key = REPLACE-ME-UEB-APP-KEY-EPSDK-APP-OS
+
+# Name of the akraino database
+akraino_database_name = akraino
+
+# Nexus URL
+nexus_url = https://nexus.akraino.org/content/sites/logs
+
+# Sleep time of threads in milliseconds
+thread_sleep = 5000
+
+# Number of last timestamps to retrieve proactively from Nexus
+no_last_timestamps = 50
\ No newline at end of file