13 lines
297 B
TOML
13 lines
297 B
TOML
proxy_listen_address = "127.0.0.1:4433"
|
|
http_listen_address = "127.0.0.1:4434"
|
|
cert_path = "./cert.pem"
|
|
key_path = "./key.pem"
|
|
mumble_server_url = "voip.ohea.xyz:64738"
|
|
gui_path = "../gui/dist"
|
|
serve_https = false
|
|
|
|
[gui]
|
|
force_proxy = true
|
|
proxy_url = "https://localhost:4433"
|
|
# cert_hash = [...]
|