refactor: 移除appsettings.json,完全使用环境变量配置

This commit is contained in:
claw_bot 2026-03-09 09:19:49 +00:00
parent 52af47b41e
commit 8f934c897e

View File

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