mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-05 05:20:34 +00:00
59bf4501e8
databaseBackend config contains type and url sub config, It can facilitate the expansion of other types of databases in the future.
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
{
|
|
"rootDir": "${HOME}/.aptly",
|
|
"downloadConcurrency": 4,
|
|
"downloadSpeedLimit": 0,
|
|
"downloadRetries": 5,
|
|
"downloader": "default",
|
|
"databaseOpenAttempts": 10,
|
|
"architectures": [],
|
|
"dependencyFollowSuggests": false,
|
|
"dependencyFollowRecommends": false,
|
|
"dependencyFollowAllVariants": false,
|
|
"dependencyFollowSource": false,
|
|
"dependencyVerboseResolve": false,
|
|
"gpgDisableSign": false,
|
|
"gpgDisableVerify": false,
|
|
"gpgProvider": "gpg",
|
|
"downloadSourcePackages": false,
|
|
"packagePoolStorage": {},
|
|
"skipLegacyPool": false,
|
|
"ppaDistributorID": "ubuntu",
|
|
"ppaCodename": "",
|
|
"skipContentsPublishing": false,
|
|
"skipBz2Publishing": false,
|
|
"FileSystemPublishEndpoints": {},
|
|
"S3PublishEndpoints": {},
|
|
"SwiftPublishEndpoints": {},
|
|
"AzurePublishEndpoints": {},
|
|
"AsyncAPI": false,
|
|
"enableMetricsEndpoint": true,
|
|
"logLevel": "debug",
|
|
"logFormat": "default",
|
|
"serveInAPIMode": true,
|
|
"databaseEtcd": "",
|
|
"databaseBackend": {}
|
|
}
|