Skip to content

Commit

Permalink
Update to latest NuGets and small settings cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed Jun 18, 2024
1 parent f1ab9e4 commit 6b1c8c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"USE_KAFKA": "1"
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"UACloudPublisher": {
Expand All @@ -32,7 +31,6 @@
"useSSL": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"USE_KAFKA": "1",
"STORAGE_TYPE": "",
"STORAGE_CONTAINER_NAME": "uacloudpublisher",
"STORAGE_CONNECTION_STRING": "DefaultEndpointsProtocol=https;AccountName=[yourstorageaccountname];AccountKey=[key];EndpointSuffix=core.windows.net",
Expand Down
2 changes: 1 addition & 1 deletion UA-CloudPublisher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<ItemGroup>
<PackageReference Include="Azure.AI.OpenAI" Version="1.0.0-beta.5" />
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.20.0" />
<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.18.0" />
<PackageReference Include="Confluent.Kafka" Version="2.4.0" />
Expand Down
1 change: 0 additions & 1 deletion Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<li>LOG_FILE_PATH - path to the log file to use. Default is ./logs/UACloudPublisher.log.</li>
<li>STORAGE_TYPE - type of storage to use for settings and configuration files. Current options are "Azure". Default is local file storage (within the container).</li>
<li>STORAGE_CONNECTION_STRING - when using STORAGE_TYPE, specifies the connection string to the cloud storage.</li>
<li>USE_KAFKA - if present, use a Kafka broker instead of an MQTT broker to send messages to and receive commands from.</li>
</ul>
<br />
<h3>MQTT Sub-topics for Configuration from the Cloud</h3>
Expand Down

0 comments on commit 6b1c8c9

Please sign in to comment.