Skip to content
Snippets Groups Projects

Heuristic page

Merged Marek Hlávka requested to merge heuristic-page into main
Files
14
@@ -162,3 +162,10 @@ issuers: # REQUIRED for logout system
graph_api_cfg_path: "graph_api.yaml" # REQUIRED for logout system
default_postlogout_uri: default_postlogout_uri # REQUIRED for logout system - fallback redirect url
reverse_proxy_path: "/prefix/path" # OPTIONAL: tell Flask app it is running under a reverse proxy
perun_user_name_attribute: urn:perun:user:attribute-def:core:displayName # OPTIONAL
heuristic_page: # REQUIRED
few_time_logs: 5 # Number for logs for last connected cities, IPs and service
some_time_logs: 20 # Number for logs for user agents
many_time_logs: 100 # Number for logs for time graph
auth_event_logging: # REQUIRED
logging_db: postgresql+psycopg2://user:password@hostname/database_name
Loading