From 6b1c8c9d04e7dbff27157e83f46a69f618c1f77e Mon Sep 17 00:00:00 2001 From: Erich Barnstedt Date: Tue, 18 Jun 2024 17:28:59 +0200 Subject: [PATCH] Update to latest NuGets and small settings cleanup. --- Properties/launchSettings.json | 4 +--- UA-CloudPublisher.csproj | 2 +- Views/Home/Index.cshtml | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index a3f909e..fa48cc0 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -12,8 +12,7 @@ "commandName": "IISExpress", "launchBrowser": true, "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development", - "USE_KAFKA": "1" + "ASPNETCORE_ENVIRONMENT": "Development" } }, "UACloudPublisher": { @@ -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", diff --git a/UA-CloudPublisher.csproj b/UA-CloudPublisher.csproj index b6916f4..122fb27 100644 --- a/UA-CloudPublisher.csproj +++ b/UA-CloudPublisher.csproj @@ -45,7 +45,7 @@ - + diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 69fea46..b99a208 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -19,7 +19,6 @@
  • LOG_FILE_PATH - path to the log file to use. Default is ./logs/UACloudPublisher.log.
  • STORAGE_TYPE - type of storage to use for settings and configuration files. Current options are "Azure". Default is local file storage (within the container).
  • STORAGE_CONNECTION_STRING - when using STORAGE_TYPE, specifies the connection string to the cloud storage.
  • -
  • USE_KAFKA - if present, use a Kafka broker instead of an MQTT broker to send messages to and receive commands from.

  • MQTT Sub-topics for Configuration from the Cloud