last ...
This commit is contained in:
+25
-1
@@ -24,6 +24,30 @@
|
||||
"DisableSSLCheck": true,
|
||||
"DefaultClientTimeout": -1
|
||||
},
|
||||
"DataServiceConfiguration": {
|
||||
"Databases": {
|
||||
"xAiApiDb": {
|
||||
"Provider": "SQLITE",
|
||||
"ConnectionString": "Filename=./Db/XAiApi.db",
|
||||
"SeedItems": {}
|
||||
}
|
||||
},
|
||||
"EnableTracking": true,
|
||||
"EnableSoftDelete": true,
|
||||
"EnableDetailedErrors": false,
|
||||
"SeedingMode": "AddIfNotExists",
|
||||
"EnableSensitiveDataLogging": true,
|
||||
"PagingConfiguration": {
|
||||
"DefaultPageSize": 20,
|
||||
"MaxAvailablePageSize": 400,
|
||||
"MinAvailablePageSize": 5
|
||||
},
|
||||
"GraphQLBasePath": "/graphs"
|
||||
},
|
||||
"PushServiceConfiguration": {
|
||||
"BaseRoute": "hubs",
|
||||
"AddSupportMessageProtocol": true
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
@@ -31,4 +55,4 @@
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user