-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env-sample
27 lines (24 loc) · 1.14 KB
/
.env-sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
####################
# VCENTER #
####################
VCENTER_HOST=
VCENTER_PORT=
VCENTER_USERNAME=
VCENTER_PASSWORD=
####################
# Menu #
####################
# Telnet URL to the menu server
# Examples:
# Non-SSL: telnet://10.0.0.5
#
# For SSL connections use the following format: telnets://<host>:<port>#key[=value][&key[=value] ...]
# * thumbprint=value - Specifies a certificate thumbprint against which the peer certificate thumbprint is compared.
# When you specify a thumbprint, certificate verification is automatically enabled. See the description of the
# verify parameter below.
# * peerName=value - Specifies the peer name that will be used to validate the peer certificate. When you specify a
# peer name, certificate verification is automatically enabled. See the description of the verify parameter below.
# * verify - Forces certificate verification. The virtual machine will verify that the peer certificate subject
# matches the specified peerName and that it was signed by a certificate authority known to the ESXi host.
# Verification is automatically enabled if you specify a thumbprint or peerName.
MENU_URL=