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

[storage]
state_dir = "./local"

[storage.permissions]
dangerously_trust_everyone = true

[logging]
console = "warn"

[onion_services."acutus-cepa"]
proxy_ports = [
    # Forward port 80 on the service to localhost:10080.
    ["80", "127.0.0.1:10080"],
]