Skip to content

Commit

Permalink
Fix wrong sensitive-data-service url in pipelines (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj authored Sep 1, 2022
1 parent 4b87ba0 commit 8d10962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/pipelines/templates/la-pipelines-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ run:
alaNameMatch:
wsUrl: {{ namematching_service_url | default('http://localhost:9179') }}
sds:
wsUrl: {{ sds_url | default('http://localhost:9189') }}
wsUrl: {{ sensitive_data_service_url | default('http://localhost:9189') }}

collectory:
wsUrl: {{ collectory_url }}
Expand Down

0 comments on commit 8d10962

Please sign in to comment.