Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Set data_path
Browse files Browse the repository at this point in the history
  • Loading branch information
arkpar committed Apr 25, 2023
1 parent a539c75 commit 75cb1d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/test/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ pub fn node_config(
max_runtime_instances: 8,
runtime_cache_size: 2,
announce_block: true,
base_path: Some(base_path),
data_path: root,
base_path,
informant_output_format: Default::default(),
}
}
Expand Down

0 comments on commit 75cb1d9

Please sign in to comment.