1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
| {
| "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
| "SpecificationDocumentSettings": {
| "DocumentTitle": "灵活用工 | 规范化接口",
| "GroupOpenApiInfos": [
| {
| "Group": "Default",
| "Title": "规范化接口演示",
| "Version": "1.0.0",
| "Contact": {
| "Name": "孙鹏飞"
| }
| }
| ],
| "EnumToNumber": true
| },
| "DynamicApiControllerSettings": {
| "LowercaseRoute": false,
| "KeepName": true,
| "AsLowerCamelCase": true
| },
| "CorsAccessorSettings": {
| "WithExposedHeaders": [
| "access-token",
| "x-access-token",
| "environment"
| ]
| },
| "AllowedHosts": "*",
| "FriendlyExceptionSettings": {
| "DefaultErrorCode": "500",
| "DefaultErrorMessage": "服务器异常,请联系管理员"
| },
| "Logging": {
| "LogLevel": {
| "Default": "Information",
| "Microsoft.AspNetCore": "Warning",
| "Microsoft.EntityFrameworkCore": "Information"
| },
| "File": {
| "FileName": "Logs/{0:yyyy}-{0:MM}-{0:dd}.log",
| "Append": true,
| "MinimumLevel": "Information",
| "FileSizeLimitBytes": 0,
| "MaxRollingFiles": 7
| },
| "Database": {
| "MinimumLevel": "Information"
| }
| },
| "SupplierPassword": "qwe321",
| "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
| }
| }
| }
|
|