credential.example.ps1
# # Copyright 2019, Alexis La Goutte <alexis dot lagoutte at gmail dot com> # # SPDX-License-Identifier: Apache-2.0 # # Copy this file to credential.ps1 (on Tests folder) and change connection settings.. $ipaddress = "10.44.23.213" $token = "aaaaaaaaaaaaaaaaaa" |