mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
feat: Add etcd database support
improve concurrent access and high availability of aptly with the help of the characteristics of etcd
This commit is contained in:
@@ -29,5 +29,6 @@
|
||||
"enableMetricsEndpoint": true,
|
||||
"logLevel": "debug",
|
||||
"logFormat": "default",
|
||||
"serveInAPIMode": true
|
||||
"serveInAPIMode": true,
|
||||
"databaseEtcd": ""
|
||||
}
|
||||
|
||||
@@ -29,5 +29,6 @@
|
||||
"enableMetricsEndpoint": false,
|
||||
"logLevel": "debug",
|
||||
"logFormat": "default",
|
||||
"serveInAPIMode": false
|
||||
}
|
||||
"serveInAPIMode": false,
|
||||
"databaseEtcd": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user