Disable web password, move to port 8080.

This commit is contained in:
Hyperling 2021-02-15 20:43:06 -06:00
parent 19319c1407
commit 4bffb398e1

View File

@ -39,7 +39,8 @@
watchdog = true
rigName = {{ ansible_hostname }}
logpath = {{ nanominer_logs }}
webPassword = {{ ansible_hostname }}
;webPassword = {{ ansible_hostname }}
webPort = 8080
useSSL = true
email = me@hyperling.com
marker: ';{mark} MANAGED BY ANSIBLE - CPU Headers'
@ -97,7 +98,8 @@
watchdog = true
rigName = {{ ansible_hostname }}
logpath = {{ nanominer_logs }}
webPassword = {{ ansible_hostname }}
;webPassword = {{ ansible_hostname }}
webPort = 8080
devices = {{ nanominer_gpus }}
useSSL = true
email = me@hyperling.com