From 7ccdeed9a6c34600746f8d932570dfe9b486eb36 Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Thu, 4 Jul 2024 15:14:40 +0800 Subject: [PATCH] refactor: update --- .../appsettings.Development.json | 2 +- .../appsettings.Development.json | 5 +++-- .../appsettings.Development.json | 3 ++- .../notification-timer-trigger/appsettings.Development.json | 3 ++- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/templates/csharp/notification-http-timer-trigger/appsettings.Development.json b/templates/csharp/notification-http-timer-trigger/appsettings.Development.json index 3c7e37a42f..360fa881d3 100644 --- a/templates/csharp/notification-http-timer-trigger/appsettings.Development.json +++ b/templates/csharp/notification-http-timer-trigger/appsettings.Development.json @@ -1,5 +1,5 @@ { "BOT_ID": "", "BOT_PASSWORD": "", - "BOT_TYPE":"" + "BOT_TYPE": "" } diff --git a/templates/csharp/notification-http-trigger-isolated/appsettings.Development.json b/templates/csharp/notification-http-trigger-isolated/appsettings.Development.json index 6c9a4f4a54..360fa881d3 100644 --- a/templates/csharp/notification-http-trigger-isolated/appsettings.Development.json +++ b/templates/csharp/notification-http-trigger-isolated/appsettings.Development.json @@ -1,4 +1,5 @@ { - "BOT_ID": "$botId$", - "BOT_PASSWORD": "$bot-password$" + "BOT_ID": "", + "BOT_PASSWORD": "", + "BOT_TYPE": "" } diff --git a/templates/csharp/notification-timer-trigger-isolated/appsettings.Development.json b/templates/csharp/notification-timer-trigger-isolated/appsettings.Development.json index 4b67224606..360fa881d3 100644 --- a/templates/csharp/notification-timer-trigger-isolated/appsettings.Development.json +++ b/templates/csharp/notification-timer-trigger-isolated/appsettings.Development.json @@ -1,4 +1,5 @@ { "BOT_ID": "", - "BOT_PASSWORD": "" + "BOT_PASSWORD": "", + "BOT_TYPE": "" } diff --git a/templates/csharp/notification-timer-trigger/appsettings.Development.json b/templates/csharp/notification-timer-trigger/appsettings.Development.json index 4b67224606..360fa881d3 100644 --- a/templates/csharp/notification-timer-trigger/appsettings.Development.json +++ b/templates/csharp/notification-timer-trigger/appsettings.Development.json @@ -1,4 +1,5 @@ { "BOT_ID": "", - "BOT_PASSWORD": "" + "BOT_PASSWORD": "", + "BOT_TYPE": "" }