appsettings.json 255 B

12345
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/net6/schemas/v3/furion-schema.json",
  3. "ConfigurationScanDirectories": [ "Configuration", "" ]// 扫描配置文件.json的文件夹,配置.json文件在此文件夹下即被扫描合并。
  4. }