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:
hudeng
2022-02-11 18:14:26 +08:00
committed by André Roth
parent f29449db14
commit 59bf4501e8
8 changed files with 47 additions and 13 deletions
+2 -1
View File
@@ -30,5 +30,6 @@
"logLevel": "debug",
"logFormat": "default",
"serveInAPIMode": true,
"databaseEtcd": ""
"databaseEtcd": "",
"databaseBackend": {}
}