Skip to content

Commit

Permalink
Introducing the deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinlamela committed Nov 26, 2020
1 parent f1ffd9e commit 8d4d85a
Show file tree
Hide file tree
Showing 178 changed files with 514 additions and 44 deletions.
Binary file not shown.
29 changes: 0 additions & 29 deletions Application of Obl 2/Properties/launchSettings.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" ?>
<Lodgings>
<LodgingModelForImport>
<Name>Hotel Enjoy Conrad</Name>
<Description>Un lugar magico donde podes vivir.</Description>
<QuantityOfStars>5</QuantityOfStars>
<Address>Playa Mansa parada 21</Address>
<Images>
<ImagePath>Desktop\conrad.jpg</ImagePath>
</Images>
<PricePerNight>200</PricePerNight>
<IsAvailable>true</IsAvailable>
<TouristSpot>
<Id>7cb8a7ab-8511-473f-803f-6b39118e79c1</Id>
<Name>Punta del Este</Name>
<Description>La naturaleza abunda</Description>
<RegionId>fc775bb9-8cc8-4fdc-bca6-16e06bcd322b</RegionId>
<ImagePath>Desktop\pde.jpg</ImagePath>
<ListOfCategoriesId>
<CategoryId>baa98b33-eafe-4d62-bb62-859a8e36d3a9 </CategoryId>
</ListOfCategoriesId>
</TouristSpot>
</LodgingModelForImport>
</Lodgings>
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" ?>
<Lodgings>
<LodgingModelForImport>
<Name>Hotel Enjoy Conrad</Name>
<Description>Un lugar magico donde podes vivir.</Description>
<QuantityOfStars>5</QuantityOfStars>
<Address>Playa Mansa parada 21</Address>
<Images>
<ImagePath>Desktop\conrad.jpg
</Images>
<PricePerNight>200</PricePerNight>
<IsAvailable>true</IsAvailable>
<TouristSpot>
<Id>7cb8a7ab-8511-473f-803f-6b39118e79c1</Id>
<Name>Punta del Este</Name>
<Description>La naturaleza abunda</Description>
<RegionId>fc775bb9-8cc8-4fdc-bca6-16e06bcd322b</RegionId>
<ImagePath>Desktop\pde.jpg</ImagePath>
<ListOfCategoriesId>
<CategoryId> baa98b33-eafe-4d62-bb62-859a8e36d3a9 </CategoryId>
</ListOfCategoriesId>
</TouristSpot>
</LodgingModelForImport>
</Lodgings>
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -882,12 +882,6 @@
"dependencies": {
"Microsoft.CSharp": "4.7.0",
"Microsoft.EntityFrameworkCore.Relational": "3.1.8"
},
"runtime": {
"lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll": {
"assemblyVersion": "3.1.8.0",
"fileVersion": "3.100.820.42012"
}
}
},
"Microsoft.EntityFrameworkCore.InMemory/3.1.8": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions Application of Obl 2/Uruguay_Natural_Booking-BackEnd/web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="." inheritInChildApplications="false">
<system.webServer>
<modules runAllManagedModulesForAllRequests="false">
<remove name="WebDAVModule" />
</modules>

<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="dotnet" arguments=".\WebApi.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
</system.webServer>
</location>
</configuration>
<!--ProjectGuid: B4791666-96C4-427A-B7D2-9DBD8C57D6D3-->
Loading

0 comments on commit 8d4d85a

Please sign in to comment.