forked from Sitefinity/feather
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVariables.xml
More file actions
17 lines (17 loc) · 897 Bytes
/
Variables.xml
File metadata and controls
17 lines (17 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<variables>
<siteName>FeatherIntegrationTests</siteName>
<secondSiteName>FeatherIntegrationTests_2</secondSiteName>
<defaultWebsiteUrl>http://localhost:80/</defaultWebsiteUrl>
<secondWebsiteUrl>http://localhost:82/</secondWebsiteUrl>
<defaultWebsitePort>80</defaultWebsitePort>
<secondWebsitePort>82</secondWebsitePort>
<projectLocationShare>C:\Installation\SitefinityWebApp\</projectLocationShare>
<projectDeploymentDirectory>C:\Tests\</projectDeploymentDirectory>
<defaultWebsiteRootDirectory>C:\Tests\SitefinityWebApp</defaultWebsiteRootDirectory>
<secondWebsiteRootDirectory>C:\Tests\SitefinityWebApp_2</secondWebsiteRootDirectory>
<databaseServer>.\SQLSERVER2012</databaseServer>
<analyticsEnabled>false</analyticsEnabled>
<multilingualEnabled>false</multilingualEnabled>
<siteSyncEnabled>false</siteSyncEnabled>
</variables>