From 6bd8ef4a7c538442104aa459cf7f5923de805e77 Mon Sep 17 00:00:00 2001 From: wuyi Date: Fri, 28 Aug 2026 11:03:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0ORM=E7=9A=84=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E6=B3=A8=E5=85=A5=EF=BC=8C=E6=B7=BB=E5=8A=A0appsettin?= =?UTF-8?q?gs=E7=9A=84gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- IOT_API/appsettings.json | 18 ------------------ 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 IOT_API/appsettings.json diff --git a/.gitignore b/.gitignore index 2c8f75b..25408e9 100644 --- a/.gitignore +++ b/.gitignore @@ -364,4 +364,5 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd +/IOT_API/appsettings.json diff --git a/IOT_API/appsettings.json b/IOT_API/appsettings.json deleted file mode 100644 index 403b81a..0000000 --- a/IOT_API/appsettings.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "AllowedHosts": "*", - "Database": { - "Type": "PostgreSQL", - "Server": "127.0.0.1", - "Port": 5432, - "Database": "IOT_WEB", - "User": "postgres", - "Password": "kylt123", - "TenantId": 10001 - } -}