File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,17 @@ namespace :notify do
1515 "https://runbooks.operations-engineering.service.justice.gov.uk/api/pages.json" ,
1616 "https://user-guide.operations-engineering.service.justice.gov.uk/api/pages.json" ,
1717 "https://docs.opg.service.justice.gov.uk/api/pages.json" ,
18- "https://user-guide.find-moj-data.service.justice.gov.uk/api/pages.json"
18+ "https://user-guide.find-moj-data.service.justice.gov.uk/api/pages.json" ,
19+ "https://runbooks.find-moj-data.service.justice.gov.uk/api/pages.json"
1920 ]
2021
2122 limits = {
2223 "https://ministryofjustice.github.io/nvvs-devops/api/pages.json" => 5 ,
2324 "https://docs.analytical-platform.service.justice.gov.uk/api/pages.json" => 5 ,
2425 "https://user-guide.modernisation-platform.service.justice.gov.uk/api/pages.json" => 5 ,
2526 "https://docs.opg.service.justice.gov.uk/api/pages.json" => 5 ,
26- "https://user-guide.find-moj-data.service.justice.gov.uk/api/pages.json" => 5
27+ "https://user-guide.find-moj-data.service.justice.gov.uk/api/pages.json" => 5 ,
28+ "https://runbooks.find-moj-data.service.justice.gov.uk/api/pages.json" => 5
2729 }
2830
2931 live = ENV . fetch ( "REALLY_POST_TO_SLACK" , 0 ) == "1"
You can’t perform that action at this time.
0 commit comments