sunpengfei
2025-08-15 6abe988bee26f64b610e427b8795b6fd36a549ec
FlexJobApi.Core/settings.json
@@ -37,7 +37,7 @@
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning",
      "Microsoft.EntityFrameworkCore": "Warning"
      "Microsoft.EntityFrameworkCore": "Information"
    },
    "File": {
      "FileName": "Logs/logs{0:yyyy}{0:MM}{0:dd}.txt",
@@ -50,30 +50,5 @@
      "MinimumLevel": "Information"
    }
  },
  "SupplierPassword": "qwe321",
  "Consul": {
    "Address": "http://localhost:8500/",
    "ServiceName": "Local_FlexJobApi",
    "ServiceIP": "localhost",
    "ServicePort": 53780,
    "ServiceHealthCheck": "/healthz"
  },
  "DistributedCache": {
    "Access": "Redis",
    "Configuration": "118.178.252.28:5390,password=Bole123!"
  },
  "Aliyun": {
    "OSS": {
      "AccessKeyId": "LTAI4GAdJ88mUMMFBHHiyDmS",
      "AccessSecret": "NX3AmjOcGkJ8bncQfIVxqmifBWkI0E",
      "RegionId": "cn-hangzhou",
      "Endpoint": "http://oss-cn-hangzhou.aliyuncs.com",
      "BucketName": "waterdroptest2",
      "Url": "https://waterdroptest2.oss-cn-hangzhou.aliyuncs.com/",
      "RoleArn": "acs:ram::1483797030072898:role/boleoss",
      "RoleSessionName": "SessionTest",
      "Policy": "{\"Version\":\"1\",\"Statement\":[{\"Effect\":\"Allow\",\"Action\":\"oss:PutObject\",\"Resource\":[\"acs:oss:*:*:waterdroptest2/*\",\"acs:oss:*:*:parkmanagement/*\",\"acs:oss:*:*:jurenlian/*\"]}]}",
      "DurationSeconds": 3600
    }
  }
  "SupplierPassword": "qwe321"
}