Move backend config key

This commit is contained in:
Dominik Werder
2022-02-21 18:33:36 +01:00
parent 88478f455d
commit 2b49d67eed
9 changed files with 14 additions and 28 deletions

View File

@@ -16,7 +16,6 @@ fn ca_connect_1() {
host: "".into(),
port: 123,
port_raw: 123,
backend: "".into(),
cache_base_path: "".into(),
listen: "".into(),
sf_databuffer: Some(SfDatabuffer {
@@ -30,6 +29,7 @@ fn ca_connect_1() {
node_config: NodeConfig {
name: "".into(),
cluster: Cluster {
backend: "".into(),
nodes: vec![],
database: Database {
host: "".into(),