-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.template.json
16 lines (16 loc) · 1.11 KB
/
settings.template.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"username" : "<the user name>",
"password" : "<the password>",
"domain" : "<the domain>",
"shortDomain" : "<the short name for the domain that will prefix user names",
"shortDomainUpperCase" : "<the short name for the domain that will prefix user names in uppercase",
"headlessWindowsServerOperatingSystem" : "<the name of the headless Windows Server image to use>",
"serverWindowsOperatingSystem": "<the name of the headless Windows Service image to use>",
"clientWindowsOperatingSystem": "<the name of the Windows desktop image to use>",
"virtualMachinesFolder": "<the name of the folder where to store the virtual machines>",
"sqlServerIsoFile": "<the name of the sql server iso file that should be in the LabSources under the ISOs folder>",
"ssmsInstallerFile": "<the name of the SSMS installer file that should be in the LabSources under the ISOs folder>",
"reportingServicesInstallerFile": "<the name of the Reporting Services installer file that should be in the LabSources under the ISOs folder>",
"sqlUser": "<the sql user name>",
"sqlPassword": "<the sql user password>"
}