aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/tests/testcases/hsc-common/conf/hsc.toml
blob: f9c2cf63d6aa1115e70ea1c86190679fe3dcdeb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
[application]
allow_running_as_root = true

[storage]
state_dir = "./tests/testcases/hsc/hsc.in/local"

[storage.permissions]
dangerously_trust_everyone = true

[logging]
console = "warn"