sunpengfei
7 天以前 4054723a5a08a49896211f8c2da77c3e92853458
FlexJobApi.Core/settings.json
@@ -11,7 +11,14 @@
          "Name": "孙鹏飞"
        }
      }
    ]
    ],
    "EnumToNumber": true
  },
  "DynamicApiControllerSettings": {
    "LowercaseRoute": false,
    "KeepName": true,
    "AsLowerCamelCase": true,
    "ModelToQuery": true
  },
  "CorsAccessorSettings": {
    "WithExposedHeaders": [
@@ -22,6 +29,7 @@
  },
  "AllowedHosts": "*",
  "FriendlyExceptionSettings": {
    "HideErrorCode": true,
    "DefaultErrorCode": "500",
    "DefaultErrorMessage": "服务器异常,请联系管理员"
  },
@@ -32,7 +40,7 @@
      "Microsoft.EntityFrameworkCore": "Information"
    },
    "File": {
      "FileName": "Logs/{0:yyyy}-{0:MM}-{0:dd}.log",
      "FileName": "Logs/logs{0:yyyy}{0:MM}{0:dd}.txt",
      "Append": true,
      "MinimumLevel": "Information",
      "FileSizeLimitBytes": 0,
@@ -42,9 +50,5 @@
      "MinimumLevel": "Information"
    }
  },
  "SupplierPassword": "qwe321",
  "DistributedCache": {
    "Access": "Redis",
    "Configuration": "118.178.252.28:5390,password=Bole123!"
  }
  "SupplierPassword": "qwe321"
}