aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/tests/testcases/hss-extra/conf/hss-ctor.toml
blob: 157b57fc4a721a294db288b43cc6557155000f1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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"],
]

[storage.keystore.ctor.services."allium-cepa"]
path = "./tests/testcases/hss-extra/hss.in/local/ctor-keystore"
id = "ctor"