blob: 822b8558cf5955fb3e6d8005587ed8a44914d4af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[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"],
]
[onion_services."allium-cepa"]
proxy_ports = [
# Forward port 443 on the service to localhost:10443.
["443", "127.0.0.1:10443"],
]
|