mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
feat: Use databaseBackend config repace databaseEtcd
databaseBackend config contains type and url sub config, It can facilitate the expansion of other types of databases in the future.
This commit is contained in:
@@ -30,5 +30,6 @@
|
||||
"logLevel": "debug",
|
||||
"logFormat": "default",
|
||||
"serveInAPIMode": true,
|
||||
"databaseEtcd": ""
|
||||
"databaseEtcd": "",
|
||||
"databaseBackend": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user