diff --git a/BinaryDad.AacpsBusAlert.Web/.config/dotnet-tools.json b/BinaryDad.AacpsBusAlert.Web/.config/dotnet-tools.json new file mode 100644 index 0000000..b8c6c1f --- /dev/null +++ b/BinaryDad.AacpsBusAlert.Web/.config/dotnet-tools.json @@ -0,0 +1,12 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-ef": { + "version": "6.0.9", + "commands": [ + "dotnet-ef" + ] + } + } +} \ No newline at end of file diff --git a/BinaryDad.AacpsBusAlert.Web/BinaryDad.AacpsBusAlert.Web.csproj b/BinaryDad.AacpsBusAlert.Web/BinaryDad.AacpsBusAlert.Web.csproj index d350116..9936691 100644 --- a/BinaryDad.AacpsBusAlert.Web/BinaryDad.AacpsBusAlert.Web.csproj +++ b/BinaryDad.AacpsBusAlert.Web/BinaryDad.AacpsBusAlert.Web.csproj @@ -6,6 +6,10 @@ enable + + <_WebToolingArtifacts Remove="Properties\PublishProfiles\Release.pubxml" /> + + diff --git a/BinaryDad.AacpsBusAlert.Web/Properties/PublishProfiles/Release.pubxml b/BinaryDad.AacpsBusAlert.Web/Properties/PublishProfiles/Release.pubxml new file mode 100644 index 0000000..64f1dd2 --- /dev/null +++ b/BinaryDad.AacpsBusAlert.Web/Properties/PublishProfiles/Release.pubxml @@ -0,0 +1,22 @@ + + + + + false + false + true + Release + Any CPU + FileSystem + \\server\Local\Web\AacpsBusAlert + FileSystem + <_TargetId>Folder + + net6.0 + win-x64 + 67dec24b-132b-47cf-8afb-75e942076bc0 + false + + \ No newline at end of file diff --git a/BinaryDad.AacpsBusAlert.Worker/appsettings.Development.json b/BinaryDad.AacpsBusAlert.Worker/appsettings.Development.json index c8bc59e..42745d4 100644 --- a/BinaryDad.AacpsBusAlert.Worker/appsettings.Development.json +++ b/BinaryDad.AacpsBusAlert.Worker/appsettings.Development.json @@ -1,5 +1,6 @@ { "Urls": { - "Api": "http://localhost:5299/" + //"Api": "http://localhost:5299/", + "Api": "https://buses.binarydad.com/" } } \ No newline at end of file diff --git a/BinaryDad.AacpsBusAlert.Worker/appsettings.json b/BinaryDad.AacpsBusAlert.Worker/appsettings.json index c9de06a..7f9a879 100644 --- a/BinaryDad.AacpsBusAlert.Worker/appsettings.json +++ b/BinaryDad.AacpsBusAlert.Worker/appsettings.json @@ -20,6 +20,22 @@ "Label": "Yet another test bus" } ] + }, + { + "Id": "b43f4f45-0f7b-4976-849d-8ad4b271199c", + "Email": "krystle@allwillynilly.com", + "Routes": [ + { + "Id": "bfed1017-be53-42f9-bb46-ddbf27d4270f", + "BusNumber": 203, + "Label": "Vivi's Bus'" + }, + { + "Id": "bfed1017-be53-42f9-bb46-ddbf27d4270f", + "BusNumber": 117, + "Label": "Ray's" + } + ] } ] } \ No newline at end of file