From 21b3f703558a8006e6ad5e69202e381157b6d0fa Mon Sep 17 00:00:00 2001 From: geffzhang Date: Mon, 19 Feb 2024 22:45:17 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9Aremove=20appsetting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WebStarter/WebStarter.csproj | 6 ++---- src/WebStarter/appsettings.json | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/WebStarter/WebStarter.csproj b/src/WebStarter/WebStarter.csproj index 88d2fe6c..85d2d24b 100644 --- a/src/WebStarter/WebStarter.csproj +++ b/src/WebStarter/WebStarter.csproj @@ -6,8 +6,6 @@ enable OutOfProcess 4fb8c9df-7975-4926-ba73-46c8ca440691 - botsharpwebapi - Linux @@ -32,7 +30,7 @@ - + @@ -61,4 +59,4 @@ - + \ No newline at end of file diff --git a/src/WebStarter/appsettings.json b/src/WebStarter/appsettings.json index 9f6a9ff8..08fdfab0 100644 --- a/src/WebStarter/appsettings.json +++ b/src/WebStarter/appsettings.json @@ -161,9 +161,9 @@ }, "Database": { - "Default": "MongoRepository", + "Default": "FileRepository", "TablePrefix": "BotSharp", - "BotSharpMongoDb": "mongodb://root:admin@localhost:27017/botsharp?authSource=admin", + "BotSharpMongoDb": "", "FileRepository": "data", "Assemblies": [ "BotSharp.Core" ] },