Skip to content

Commit

Permalink
Added scoring configuration parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
antolinos committed Jan 25, 2023
1 parent 71d81ac commit 2f6a120
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions datagateway_api/config.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ search_api:
mechanism: "anon"
username: ""
password: ""
scoring_enabled: false,
scoring_server: "http://localhost:9000/score",
scoring_group: "investigation" #corresponds to the defined group in the scoring app. https://github.com/panosc-eu/panosc-search-scoring/blob/master/docs/md/PaNOSC_Federated_Search_Results_Scoring_API.md#model
scoring_limit: 1000
flask_reloader: false
log_level: "DEBUG"
log_location: "/home/runner/work/datagateway/datagateway/datagateway-api/datagateway_api/logs.log"
Expand Down

0 comments on commit 2f6a120

Please sign in to comment.