9 lines
246 B
TOML
9 lines
246 B
TOML
https_listen_address = "127.0.0.1:4433"
|
|
http_listen_address = "127.0.0.1:8080"
|
|
mumble_server_url = "[SERVER_URL_HERE]"
|
|
gui_path = "target/dx/mumble-web2-gui/release/web/public"
|
|
|
|
[gui]
|
|
force_proxy = true
|
|
proxy_url = "https://127.0.0.1:4433/proxy"
|