diff --git a/conf/config.local.js b/conf/config.local.js index d429a95..391d2a0 100644 --- a/conf/config.local.js +++ b/conf/config.local.js @@ -12,9 +12,9 @@ let config = window.mumbleWebConfig // eslint-disable-line no-unused-vars // Which fields to show on the Connect to Server dialog config.connectDialog.address = false config.connectDialog.port = false -config.connectDialog.token = false +config.connectDialog.token = true // config.connectDialog.username = true -// config.connectDialog.password = true +config.connectDialog.password = false // config.connectDialog.channelName = false // Default values for user settings diff --git a/conf/systemd.service b/conf/systemd.service index 90a2fbb..4146ed5 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,8 +1,8 @@ [Unit] Description=Mumble web interface (app: __APP__) Documentation=https://github.com/johni0702/mumble-web -Requires=network.target mumbleserver.service -After=network.target mumbleserver.service +Requires=network.target #mumbleserver.service +After=network.target #mumbleserver.service [Service] Type=simple