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:
hudeng
2022-02-08 11:16:16 +08:00
committed by André Roth
parent f42ff697d4
commit 78172d11d7
14 changed files with 497 additions and 6 deletions

View File

@@ -29,5 +29,6 @@
"enableMetricsEndpoint": true,
"logLevel": "debug",
"logFormat": "default",
"serveInAPIMode": true
"serveInAPIMode": true,
"databaseEtcd": ""
}

View File

@@ -29,5 +29,6 @@
"enableMetricsEndpoint": false,
"logLevel": "debug",
"logFormat": "default",
"serveInAPIMode": false
}
"serveInAPIMode": false,
"databaseEtcd": ""
}