-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathappsettings.json
More file actions
71 lines (71 loc) · 1.89 KB
/
Copy pathappsettings.json
File metadata and controls
71 lines (71 loc) · 1.89 KB
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
71
{
"ConnectionStrings": {
"Default": "Host=127.0.0.1;Port=5432;Database=perf_tests;Username=postgres;Password=postgres"
},
"ConnectionName": "Default",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"NpgsqlRest": "Information"
}
},
"UseLogging": true,
"LoggerName": null,
"LogEndpointCreatedInfo": true,
"LogAnnotationSetInfo": true,
"LogConnectionNoticeEvents": true,
"LogCommands": true,
"LogCommandParameters": true,
"Urls": [],
"SchemaSimilarTo": null,
"SchemaNotSimilarTo": null,
"IncludeSchemas": null,
"ExcludeSchemas": null,
"NameSimilarTo": null,
"NameNotSimilarTo": null,
"IncludeNames": null,
"ExcludeNames": null,
"UrlPathPrefix": "/api",
"KebabCaseUrls": true,
"CamelCaseNames": true,
"RequiresAuthorization": false,
"CommandTimeout": null,
"DefaultHttpMethod": null,
"DefaultRequestParamType": null,
"CommentsMode": "ParseAll",
"RequestHeadersMode": "Ignore",
"RequestHeadersParameterName": "headers",
"HttpFileOptions": {
"Option": "File",
"NamePattern": "{0}{1}",
"CommentHeader": "Simple",
"CommentHeaderIncludeComments": true,
"FileMode": "Database",
"FileOverwrite": true
},
"CrudSource": {
"SchemaSimilarTo": null,
"SchemaNotSimilarTo": null,
"IncludeSchemas": null,
"ExcludeSchemas": null,
"NameSimilarTo": null,
"NameNotSimilarTo": null,
"IncludeNames": null,
"ExcludeNames": null,
"CrudTypes": [ "All" ],
"ReturningUrlPattern": null,
"OnConflictDoNothingUrlPattern": null,
"OnConflictDoNothingReturningUrlPattern": null,
"OnConflictDoUpdateUrlPattern": null,
"OnConflictDoUpdateReturningUrlPattern": null,
"CommentsMode": "ParseAll"
},
"TsClient": {
"FilePath": null,
"FileOverwrite": true,
"IncludeHost": true,
"CustomHost": null,
"CommentHeader": "Simple"
}
}