-
Notifications
You must be signed in to change notification settings - Fork 0
/
basic-existing.ini
117 lines (91 loc) · 4.69 KB
/
basic-existing.ini
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
[Configuration]
Activity=Microsoft.TeamFoundation.Admin.ServerConfigurationActivity
Assembly=Microsoft.TeamFoundation.Admin, Version=18.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
; You can submit information about your Azure DevOps Server configuration and administration experience to Microsoft.
SendFeedback=False
; One of the following configuration Scenarios:
;
; NewServerBasic: Configure a new server with only the essential services.
; NewServerAdvanced: Configure a new server with essential and other optional features.
; NewServerAzure: Configure a new server with Azure SQL integration.
; ProductionUpgrade: Upgrade an existing production server.
; PreProductionUpgrade: Perform a pre-production upgrade using backed up production databases.
; ApplicationTierOnlyBasic: Basic application tier-only configuration using existing settings.
; ApplicationTierOnlyAdvanced: Application tier-only configuration that allows full setting customization.
; Clone: Create a new deployment from an existing deployment.
;
Scenario=ApplicationTierOnlyBasic
; Provide the configured SQL instance in the form of Server, ServerName\InstanceName or Server,Port
SqlInstance={sqlName}.database.windows.net
; You can elect to create an existing set of empty databases (Tfs_<label>Configuration, Tfs_<label>Warehouse and Tfs_<label>Analysis)
UseExistingEmptyDatabase=False
; Determines whether a configuration database will get created
CreateConfigurationDatabase=False
; Database label controls the names of the configuration databases. Database name will be Tfs_<label>Configuration, Tfs_<label>Warehouse and Tfs_<label>Analysis
DatabaseLabel=
StartTrial=True
; Boolean to determine whether the account is a built-in account
IsServiceAccountBuiltIn=False
; Account that the Azure DevOps web site will run as. On a domain joined machine, this can be a domain account or NT Authority\Network Service. On a workgroup machine, it can be a local account or NT Authority\Local Service
ServiceAccountName=qijige.info\zhawadministrator
ServiceAccountPassword=!@#QWEqwe123
; The LCID to use for this Azure DevOps Server installation.
LCID=1033
; The host name portion of the web site URL. This is typically the machine name but can be customized for more advanced scenarios such as HTTPS or NLB
UrlHostNameAlias={vmName}
; The web site virtual directory name can be either empty or up to 8 alphanumeric characters.
WebSiteVDirName=
;
; SiteBindings is a semi-colon separated list of bindings, each of which consists
; of 4 or 6 parts (4 for http, 6 for https):
;
; {http|https}:{ipaddress}:{port}:{host}:{certificateStore}:{certificateThumprint|"generate"}
;
; Examples:
; http:*:80:
;
; A single http binding on port 80, for all unassigned IP addresses, with no host header
;
; https:*:443:contoso.com:My:generate
;
; A single https binding on port 443, for all unassigned IP addresses, having a host header 'contoso.com',
; including a generated self-signed certificate that will be stored in the Personal store
; on the local machine.
;
; http:*:80:;http:*:8082:
;
; Two bindings separated by a semi-colon
;
; https:*:443:contoso.com:My:169CE0BCCECBD854321A61670413F8000A798F31
;
; A single https binding on port 443 with a certificate thumbprint.
; Azure DevOps will look for the thumbprint in the Personal store for the local
; machine.
;
SiteBindings=http:*:80:
; The Public URL is the primary URL that users specify to connect to the system and is the URL used in the text of e-mail alerts.
PublicUrl=http://{vmName}/
; The Windows file system folder used by Azure DevOps Server to cache data.
FileCacheFolder=C:\AzureDevOpsData\ApplicationTier\_fileCache
; Determines if Email notifications will be enabled.
SmtpEmailEnabled=False
; Determines if SSH service will be enabled.
EnableSshService=True
; The port used by the SSH service.
SshPort=22
; Configure Search in Azure DevOps deployment.
ConfigureSearch=True
ElasticsearchUser=zhawadministrator
ElasticsearchPassword=!@#QWEqwe123
SearchServiceAccountName=qijige.info\zhawadministrator
SearchServiceAccountPassword=!@#QWEqwe123
IndexLocation=C:\AzureDevOpsData\Search\IndexStore
; You can select to install new search service or use an existing search service
InstallSearchService=True
; Determines whether an initial collection will be created. This can be disabled for advanced scenarios such as different SQL instances by using the create collection wizard in the administration console after configuring the server.
CreateInitialCollection=True
; The name of the collection
CollectionName=DefaultCollection
; The description for the collection
CollectionDescription=
UseExistingEmptyCollectionDatabase=False