mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Config options for S3 storage. #15
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"rootDir": "${HOME}/.aptly",
|
||||
"rootDir": "/Users/smira/.aptly",
|
||||
"downloadConcurrency": 4,
|
||||
"downloadSpeedLimit": 0,
|
||||
"architectures": [],
|
||||
@@ -11,5 +11,6 @@
|
||||
"gpgDisableVerify": false,
|
||||
"downloadSourcePackages": false,
|
||||
"ppaDistributorID": "ubuntu",
|
||||
"ppaCodename": ""
|
||||
"ppaCodename": "",
|
||||
"S3PublishRoots": {}
|
||||
}
|
||||
Reference in New Issue
Block a user