aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/tests/testcases/hss-extra/conf/hss.toml
blob: 6c5ce16ab0ad18240a1c7f9dd5f2bf97ef1d2690 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[application]
allow_running_as_root = true

[storage]
state_dir = "./tests/testcases/hss-extra/hss.in/local/state-dir"

[storage.permissions]
dangerously_trust_everyone = true

[logging]
console = "warn"

[onion_services."allium-cepa"]
proxy_ports = [
    ["*", "destroy"],
]