sunpengfei
昨天 bf17ad2051de62b9b49fb72bf6ae14d23bfef62b
FlexJobApi.Core/settings.json
@@ -14,6 +14,12 @@
    ],
    "EnumToNumber": true
  },
  "DynamicApiControllerSettings": {
    "LowercaseRoute": false,
    "KeepName": true,
    "AsLowerCamelCase": true,
    "ModelToQuery": true
  },
  "CorsAccessorSettings": {
    "WithExposedHeaders": [
      "access-token",
@@ -23,6 +29,7 @@
  },
  "AllowedHosts": "*",
  "FriendlyExceptionSettings": {
    "HideErrorCode": true,
    "DefaultErrorCode": "500",
    "DefaultErrorMessage": "服务器异常,请联系管理员"
  },
@@ -33,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,
@@ -43,9 +50,5 @@
      "MinimumLevel": "Information"
    }
  },
  "SupplierPassword": "qwe321",
  "DistributedCache": {
    "Access": "Redis",
    "Configuration": "118.178.252.28:5390,password=Bole123!"
  }
  "SupplierPassword": "qwe321"
}