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" - } -}