python-tuf/tests/repository_data/client/map.json

34 lines
449 B
JSON
Raw Permalink Normal View History

{
"mapping": [
{
"paths": [
"*1.txt"
],
"repositories": [
"test_repository1",
"test_repository2"
],
"terminating": false,
"threshold": 1
},
{
"paths": [
"*3.txt"
],
"repositories": [
"test_repository2"
],
"terminating": true,
"threshold": 1
}
],
"repositories": {
"test_repository1": [
"http://localhost:30001"
],
"test_repository2": [
"http://localhost:30002"
]
}
}