Remove comments in the 5.x in under devices.
This commit is contained in:
parent
ac2c7146b7
commit
ce09537c21
|
|
@ -106,14 +106,12 @@
|
|||
device.auth.localAdminPassword.set="1"
|
||||
device.auth.localAdminPassword="{$admin_password}"
|
||||
|
||||
<!-- Set a provisioning server username and password -->
|
||||
device.prov.user.set="1"
|
||||
device.prov.user="{$http_auth_username}"
|
||||
device.prov.password.set="1"
|
||||
device.prov.password="{$http_auth_password}"
|
||||
device.prov.redunAttemptLimit.set="1"
|
||||
|
||||
<!-- Set an upgrade and provisioning server -->
|
||||
device.prov.upgradeServer="{$domain_name}/app/provision"
|
||||
device.prov.upgradeServer.set="1"
|
||||
device.prov.serverName="{$domain_name}/app/provision"
|
||||
|
|
@ -121,7 +119,6 @@
|
|||
device.prov.serverType.set="1"
|
||||
device.prov.serverType="HTTPS"
|
||||
|
||||
<!-- Set DNS Servers -->
|
||||
device.dns.serverAddress.set="1"
|
||||
device.dns.serverAddress="4.2.2.1"
|
||||
device.dns.altSrvAddress.set="1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue