mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
17 lines
373 B
JSON
17 lines
373 B
JSON
{
|
|
"repositories": {
|
|
"test_repository": ["http://localhost:8001"],
|
|
"test_repository2": ["http://localhost:8002"]
|
|
},
|
|
"mapping": [
|
|
{
|
|
"paths": ["*3.txt"],
|
|
"repositories": ["test_repository", "test_repository2"],
|
|
"terminating": false,
|
|
},
|
|
{
|
|
"paths": ["*"],
|
|
"repositories": ["test_repository2"]
|
|
}
|
|
]
|
|
}
|