Skip to content

Instantly share code, notes, and snippets.

@stack72
Created June 7, 2013 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stack72/5730686 to your computer and use it in GitHub Desktop.
Save stack72/5730686 to your computer and use it in GitHub Desktop.
{
"SiteName": "test.internal-api_com",
"ParentFolder": "C:\\_ot\\web\\internal-api_com",
"SiteHostHeader": "test.internalapi.com",
"Hosts": [
{
"Name": "test.internalapi.com",
"IP": "127.0.0.1"
},
{
"Names" : "www.opentable.com erb.opentable.com cs-na.opentable.com",
"IP" : "192.168.10.4"
},
{
"Names" : "webdb-na-primary-qa weblogdb-na-primary-qa webdb-na-daybehind-qa",
"IP" : "192.168.10.13"
},
{
"Names" : "otrestaurant-global-primary-qa otmediastorage-global-primary-qa",
"IP" : "192.168.10.13"
},
{
"Names" : "consoledb-na-primary-qa consoledbft-na-primary-qa",
"IP" : "192.168.10.13"
},
{
"Names" : "otavailability-na-primary-qa otavailabilityft-na-primary-qa otofferavailability-na-primary-qa",
"IP" : "192.168.10.13"
}
],
"Bindings": [
{
"Header": "test.internalapi.com",
"Port": "80"
}
],
"VirtualDirectories": [
{
"Name": "lookup",
"PhysicalPath": "c:\\_ot\\web\\com\\lookup",
"AppPoolName": "lookup"
},
{
"Name": "availability-search",
"PhysicalPath": "c:\\_ot\\web\\Com\\availability-search",
"AppPoolName": "availability-search"
},
{
"Name": "restaurant",
"PhysicalPath": "c:\\_ot\\web\\com\\restaurant",
"AppPoolName": "restaurant"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment