refactor: 移除appsettings.json,完全使用环境变量配置
This commit is contained in:
parent
52af47b41e
commit
8f934c897e
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user