DigitalFactory/Admin.NET/Admin.NET.Web.Entry/appsettings.json

5 lines
239 B
JSON
Raw Normal View History

2024-03-18 01:36:19 +00:00
{
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
"ConfigurationScanDirectories": [ "Configuration", "" ] // 扫描配置文件json文件夹自动合并该文件夹里面所有json文件
}