summaryrefslogtreecommitdiff
path: root/crates/arti/tests/testcases/keys/conf/keys.toml
blob: 90f3d1aee2bf194c23d00dbcc5756b7cfc3823d7 (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/keys/keys.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/keys/keys.in/local/ctor-keystore"
id = "ctor"