X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=ui%2Fsrc%2Fmain%2Fresources%2Fportal.properties;h=b6c0dc14f32122d06463031cf9649af6129a5387;hp=5434599b2692182d8e84ccc7b671b6ab469d049b;hb=2eba847ebb6acb2686be08eb1cdafc1b12071e7d;hpb=f86b9715d156238532fcb0bf464bd72e9cf7ce96 diff --git a/ui/src/main/resources/portal.properties b/ui/src/main/resources/portal.properties index 5434599..b6c0dc1 100644 --- a/ui/src/main/resources/portal.properties +++ b/ui/src/main/resources/portal.properties @@ -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