Sign in

MES / haiNeng · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • haiNeng
  • web
  • WebMvc
  • appsettings.Development.json
  • 文件初始化
    dfcade0b
    赖素文 authored
    2023-08-11 09:06:26 +0800  
    Browse Code »
appsettings.Development.json 218 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
{
  "Logging": {
    "LogLevel": {
      "Default": "Debug",
      "System": "Information",
      "Microsoft": "Information"
    }
  },
  "ImgPath": "./wwwroot//images//ImageAll//",
  "FileExtName": ".jpg,.png,.bmp"
}