Move backend config key
This commit is contained in:
@@ -124,7 +124,6 @@ pub async fn gen_test_data() -> Result<(), Error> {
|
||||
port: 7780 + i1 as u16,
|
||||
port_raw: 7780 + i1 as u16 + 100,
|
||||
cache_base_path: data_base_path.join(format!("node{:02}", i1)),
|
||||
backend: "testbackend".into(),
|
||||
sf_databuffer: Some(SfDatabuffer {
|
||||
data_base_path: data_base_path.join(format!("node{:02}", i1)),
|
||||
ksprefix: ksprefix.clone(),
|
||||
|
||||
Reference in New Issue
Block a user