From 8f934c897e4d76652e138fd075605da7fd363f00 Mon Sep 17 00:00:00 2001 From: claw_bot Date: Mon, 9 Mar 2026 09:19:49 +0000 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4appsettings.json?= =?UTF-8?q?=EF=BC=8C=E5=AE=8C=E5=85=A8=E4=BD=BF=E7=94=A8=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AssetManager.API/appsettings.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 AssetManager.API/appsettings.json diff --git a/AssetManager.API/appsettings.json b/AssetManager.API/appsettings.json deleted file mode 100644 index a570f9e..0000000 --- a/AssetManager.API/appsettings.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "AllowedHosts": "*", - "ConnectionStrings": { - "Default": "server=localhost;Database=assetmanager;Uid=root;Pwd=your_password;CharSet=utf8mb4;" - }, - "Jwt": { - "SecretKey": "your-strong-secret-key-here-2026", - "Issuer": "AssetManager", - "Audience": "AssetManager" - }, - "Wechat": { - "AppId": "wx245f0f3ebcfcf5a7", - "AppSecret": "809c740129bc8b434177ce12ef292dd0" - }, - "Tiingo": { - "ApiKey": "bd00fee76d3012b047473078904001b33322cb46" - } -}