Johni0702 / mumble-web

An HTML5 Mumble client
671 stars 151 forks source link

Configuration doesnt reflect on web app #184

Closed crsct closed 2 years ago

crsct commented 2 years ago

Hello,

I've tried pretty much every file, I added these lines to dist/config.local.js

config.defaults.port = '443/proxy'
config.connectDialog.address = false;
config.connectDialog.port = false;

I changed them directly in dist/config.js.

Rebuild the project, checked for the persistence of the config lines. Restarted my webserver, cleared the cache on the webpage, but I dont get these settings to stick. Could someone be so kind to explain what I could be doing wrong?

crsct commented 2 years ago

The magic of waiting. Checked again today and it worked a charm.